Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum jobs per user #1458

Closed
kevintprod opened this issue Oct 3, 2022 · 1 comment
Closed

Maximum jobs per user #1458

kevintprod opened this issue Oct 3, 2022 · 1 comment

Comments

@kevintprod
Copy link

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?

@EmanuelCampos
Copy link

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?

why not store a count on your database and then block him when the limit is reached?

@taskforcesh taskforcesh locked and limited conversation to collaborators Oct 3, 2022
@manast manast converted this issue into discussion #1461 Oct 3, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants