Maximum jobs per user #1461
Unanswered
kevintprod
asked this question in
Q&A
Replies: 2 comments 1 reply
-
why not store a count on your database and then block him when the limit is reached? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Maybe what you need is groups: https://docs.bullmq.io/bullmq-pro/groups |
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
-
Hi Everyone,
I did read the document for this, I even have the codes that were running on my local. Now, I can't figure out how I implement jobs per user. I am developing an app that cleans an email if the email is valid and I am using MySQL for it as background jobs.
My idea is to limit the jobs if ever the user already running a job that has 1M rows in MySQL.
Anyone?
Beta Was this translation helpful? Give feedback.
All reactions