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