refactor the job

This commit is contained in:
2025-03-10 11:24:14 +03:30
parent 0d33693383
commit 3291eba66e
4 changed files with 15 additions and 9 deletions

View File

@@ -15,6 +15,13 @@ class SendRoadObservationToNikarayan implements ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
/**
* The number of times the job may be attempted.
*
* @var int
*/
public int $tries = 2;
/**
* Create a new job instance.
*/