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

Queue #150

Closed
Intrflex opened this issue Sep 2, 2020 · 2 comments
Closed

Queue #150

Intrflex opened this issue Sep 2, 2020 · 2 comments

Comments

@Intrflex
Copy link

Intrflex commented Sep 2, 2020

Is there any way of making this work with the database driver?

@Gummibeer
Copy link
Contributor

As the Database and Queue components work standalone they should also work together.
But I highly recommend to don't use the database driver as table-locks don't play well with the queue table.
We had it very often, without and immense load, that jobs have been processed twice (multiple queue worker) or never got to the queue as the dispatch failed.

@Gummibeer
Copy link
Contributor

duplicates #103
@mattstauffer can be closed in favor of the other issue.

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

3 participants