redis updates

This commit is contained in:
2021-03-30 01:36:11 +09:00
parent ecd7b08b27
commit 2d7e1ec7bf
9 changed files with 74 additions and 3 deletions
@@ -29,6 +29,11 @@ class ProcessSendEveMailJob implements ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
/**
* The queue connection that should handle the job
*/
public $connection = 'queue';
/**
* Retries
* With new rate limiting, we need a retry basis versus timeout basis