-
Notifications
You must be signed in to change notification settings - Fork 0
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
Designated Queues per Resource Capability #28
Conversation
- Add capability for designated queues per resource.
- Added change log file.
How does this change worker behaviour? |
@wardi It would not change how any of the code is run, it would just put the "load to datastore" job in its own REDIS queue with the name of the Resource ID. I can add to our forks readme for this. |
What does putting a job in its own queue do? Just make it easier to report progress on? |
@wardi nothing really, you would need to run a worker with that queue like |
- Added canada fork only changes to readme.
- Added canada fork only changes to readme.
- Added canada fork only changes to readme.
- Added canada fork only changes to readme.
@wardi I have added a new section to the README for our fork, describing some of the main changes of our fork. This includes the new capability for the dedicated queues. |
feat(dev): designated queues;