-
Notifications
You must be signed in to change notification settings - Fork 22
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
Databroker v1 interface used #204
Comments
I would suggest to define Note that bluesky-queueserver/bluesky_queueserver/manager/worker.py Lines 1006 to 1009 in 8dafdac
In my opinion we should change the built-in initialization code to Databroker V2 API, but we may not be ready to use V2 in basic tutorials. |
Thank you for the response. I figured I'd eventually have to go down this route. I'm happy enough to close this ticket, unless you want the reminder around. |
I'm attempting to setup a mongo backed catalog, and followed the doc, producing a v2 configuration.
It appears that the queueserver worker uses a v1 only access method Broker.named() to find a catalog.
I'm not 100% sure, but I think if queueserver used the databroker.catalog['config'] v2 api, that would work for v1 and v2 databroker config files?
I think I can work around this by using a v1 mongodb configuration, without much/any loss in functionality. I'm mostly just grumpy I've followed the doc and hit my head.
Happy to do a PR if the above is the right way to go.
The text was updated successfully, but these errors were encountered: