Replies: 1 comment 1 reply
-
Hi @lnfel, excuse the late reply!
There's no way of finding that out right now, except for looking at the Quirrel UI and looking at the execution logs, i'm afraid. Could you elaborate on what your usecase for this would be? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed the
exclusive
property at https://docs.quirrel.dev/api/queue#exclusive. Assumingexclusive
is set to false and jobs are running in parallel (is it?), how do I know how many jobs are running at any given moment. For example I have 10 jobs in queue and all of them has no setdelay
(jobs will fire immediately), how do I see how many jobs are running out of 10 jobs I have?Beta Was this translation helpful? Give feedback.
All reactions