How to create a rq worker instance in "docker-compose.override.yaml" to serve a custom queue? #1340
Unanswered
ArmansPing
asked this question in
Getting Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The plugin
Validity
creates a custom queue namevalidity_tests
when I use this plugin to compare my devices configs.Everytime I need to issue
python manage.py rqworker validity_tests
to manually run a worker to serve thie queue.How to create a rq worker instance in
docker-compose.override.yaml
to serve this custom queue, so that it can run automatically even if I rebuild the netbox docker?Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions