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

optimization of logic for a simple tasks #7

Open
gullerya opened this issue Nov 25, 2019 · 0 comments
Open

optimization of logic for a simple tasks #7

gullerya opened this issue Nov 25, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@gullerya
Copy link
Owner

As of now, simple and channeled tasks are all handled in the same flow and within the same query.
This has negative impact on both task types as well as affect the throughput of the queue in general.
Probably the easiest way to cope with this will be to have a whole different handling for a simple tasks: DB meta-table, own dispatcher thread etc.

@gullerya gullerya added the enhancement New feature or request label Nov 25, 2019
@gullerya gullerya self-assigned this Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant