Skip to content
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

Why the worker #3

Open
ConProgramming opened this issue Feb 29, 2024 · 1 comment
Open

Why the worker #3

ConProgramming opened this issue Feb 29, 2024 · 1 comment

Comments

@ConProgramming
Copy link

It looks like process_job is immediately run as soon as an item is inserted into the queue? So instead of queueing items and limiting their triggers, they're just being called immediately?

The worker, in my understanding, should be used when running process_job. Currently, it's used when collecting the response of process_job, in process_current_jobs_if_unlocked, which doesn't make sense to me.

Let me know if I'm missing something here. Thanks.

@riderx
Copy link

riderx commented Sep 23, 2024

I'm also looking for explain on this @mansueli :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants