mirror of
https://github.com/v2board/v2board.git
synced 2025-06-16 14:47:48 +08:00
update: job timeout
This commit is contained in:
@ -15,6 +15,8 @@ class OrderHandleJob implements ShouldQueue
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
protected $order;
|
||||
|
||||
public $tries = 3;
|
||||
public $timeout = 5;
|
||||
/**
|
||||
* Create a new job instance.
|
||||
*
|
||||
|
Reference in New Issue
Block a user