|
|
@@ -23,6 +23,10 @@ use App\Models\Manager\WashConfig\ViolationProductCompany as ViolationProductCom
|
|
|
class ViolationProductJobs implements ShouldQueue
|
|
|
{
|
|
|
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
|
|
+
|
|
|
+ public $tries = 3; // 限制重试次数
|
|
|
+ public $timeout = 600; // 10分钟超时
|
|
|
+
|
|
|
protected $message_data;
|
|
|
/**
|
|
|
* Create a new job instance.
|