We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
add_backend
To add a backend to MultiBackendJobManager, one has to give it a name, e.g.
MultiBackendJobManager
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To add a backend to
MultiBackendJobManager
, one has to give it a name, e.g.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?
The text was updated successfully, but these errors were encountered: