mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-28 17:04:06 +00:00
Merge branch 'dillon/34.1-jenkins-vapor' into vapor/development
This commit is contained in:
@@ -75,7 +75,7 @@ class ListPackingListsJobLogic extends AbstractControllerLogic
|
||||
// ListPackingListsJob::dispatch($listGenericJobObject)->onQueue('hellokitty2'); //cief todo: testing sqs
|
||||
// }
|
||||
// }
|
||||
ListPackingListsJob::dispatch($listGenericJobObject)->onQueue('shipping-portal-high_priority');
|
||||
ListPackingListsJob::dispatch($listGenericJobObject)->onQueue(env('SQS_PREFIX', '').'high_priority');
|
||||
|
||||
$result = [];
|
||||
$result['job_id'] = $jobId;
|
||||
|
||||
+2
-2
@@ -34,10 +34,10 @@ return [
|
||||
'driver' => 'sync',
|
||||
],
|
||||
|
||||
'shipping-portal-high_priority' => [
|
||||
'high_priority' => [
|
||||
'driver' => 'database',
|
||||
'table' => 'jobs',
|
||||
'queue' => 'shipping-portal-high_priority',
|
||||
'queue' => 'high_priority',
|
||||
'retry_after' => 3600,
|
||||
'after_commit' => false,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user