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

[QUESTIONS] Where are jobs stored and how to use multiple servers #147

Open
emergingdzns opened this issue Jan 15, 2024 · 0 comments
Open

Comments

@emergingdzns
Copy link

The documentation isn't terribly clear on a couple things.

  1. Where are the jobs stored? Is it put into cache somewhere? I don't see any DB related stuff here so I don't imagine it's in the db. Does it write it to the crontab file somehow?

  2. The documentation says to run a worker but how does the worker get the jobs? What I'd like to be able to do is assign jobs across multiple workers (or even better to a queue or several queues) and have them work on them synchronously but simultaneously with each other, which out tripping on each other.

Thanks!

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

1 participant