Left over tasks #465
Unanswered
lovgrandma
asked this question in
Q&A
Replies: 1 comment
-
@lovgrandma Thank you for opening a discussion!
You can use either Web UI or CLI to do a clean up. Refer to the tools README for more info.
Currently, we don't have a feature to apply back pressure when enqueueing tasks, but I can imagine that you could use LMK if you have more questions! Happy to help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I clear the left over tasks in queue? I have some left over tasks from when I didnt know how to use the job queue. Now Im not sure if my tasks are successfully being deleted from my redis queue after completion.
Also, how big can your queue be? I would ideally like for it to be 1m queued jobs.
I am expecting to have to intentionally slow down the execution of jobs as it involves Mass SMS blasting to subscribed users and carriers are definitely going to flag my customers if they send to many texts too quickly and I am thinking I might have to buffer each message send by exponentially growing time.
Beta Was this translation helpful? Give feedback.
All reactions