Command to run all pending queue jobs #102
jamesmacwhite
started this conversation in
Feature Requests & Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have noticed on a couple of occasions that queue jobs raised can get stuck in pending and do not auto run, the cause for this seems to be possibly a race condition with deployments or something which temporarily interrupts the queue processing.
These queue jobs can be run by using the
cloud/queue/exec
command and passing the queue job ID, however for a bulk of pending queue jobs, it would be good if there was a command to query the SQS queue for all pending and then trigger these in bulk.Beta Was this translation helpful? Give feedback.
All reactions