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

simplify job manager: add_backend without name #663

Open
soxofaan opened this issue Nov 18, 2024 · 0 comments
Open

simplify job manager: add_backend without name #663

soxofaan opened this issue Nov 18, 2024 · 0 comments

Comments

@soxofaan
Copy link
Member

To add a backend to MultiBackendJobManager, one has to give it a name, e.g.

job_manager.add_backend("foo", connection)

But that name has very little purpose. Can't we drop the requirement to provide a name, and just fall back on the connection url?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant