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

Use one RabbitMQ services instead of multiple #66

Open
Leminkay opened this issue Nov 8, 2024 · 1 comment
Open

Use one RabbitMQ services instead of multiple #66

Leminkay opened this issue Nov 8, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@Leminkay
Copy link
Collaborator

Leminkay commented Nov 8, 2024

The queue name allows one queue service to be used to create parallel flows to different runners.
Currently, the queue name is hardcoded in the config.py, which makes it impossible to use the same queue service for multiple runners.

@ssi91
Copy link
Collaborator

ssi91 commented Nov 13, 2024

the name is set here

self.queue_name = 'queue3.10'
now. So it's probably supposed to be generated if it's not set in the config

@ssi91 ssi91 added the good first issue Good for newcomers label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants