Queue Error when pushing jobs to queue for SQS #30
-
Check List
ContentWhen pushing items to the queue (SQS driver). If i leave default pool values, the first job i push is successful. the second job i push will cause I even tried making an empty job without any customization, just php artisan make:job TestJob. same issue with that job, so its not specific to my job just to troubleshoot i tried changing settings and found if pool.max_objects on the sqs config block in queue.php is set to 1, i don't seem to get the error. but i imagine that will hinder throughput **update: after making a bunch of successful pushes to the queue using max_objects set to 1, if i let it sit for a minute or so and then try to push an item to the queue, i get that same error message. so it appears that isn't a solution |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
It looks like a bug. I will look into this issue by this weekend. |
Beta Was this translation helpful? Give feedback.
-
This bug has been identified and will be fixed in the next release. |
Beta Was this translation helpful? Give feedback.
-
This issue has been fixed in the release |
Beta Was this translation helpful? Give feedback.
This issue has been fixed in the release
v0.1.6
.