testing multiple queue in sqs

This commit is contained in:
Dillon Ngo
2023-12-23 01:31:41 +08:00
parent 7b6da3d13a
commit 570b6e53cc
2 changed files with 4 additions and 1 deletions
@@ -43,7 +43,7 @@ class ListPackingListsJobLogic extends AbstractControllerLogic
$userInfo
);
ListPackingListsJob::dispatch($listGenericJobObject);
ListPackingListsJob::dispatch($listGenericJobObject)->onQueue('hellokitty2'); //cief todo: testing sqs
$result = [];
$result['job_id'] = $jobId;
+3
View File
@@ -36,6 +36,9 @@ environments:
memory: 1024
cli-memory: 512
# queue-memory: 1024
queues:
- hellokitty1 #cief todo: testing sqs
- hellokitty2 #cief todo: testing sqs
gateway-version: 2
database: cief-rds-mysql
storage: shipping-portal-development