You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub issues are for bugs. If you have questions, please ask them on the mailing list.
Checklist
Does your title concisely summarize the problem?
Did you include a minimal, reproducible example?
What OS are you using?
What version of Dramatiq are you using?
What did you do?
What did you expect would happen?
What happened?
What OS are you using?
Linux Mint 21.2 Victoria
What version of Dramatiq are you using?
1.14.2
What did you do?
Retrieving results with get_results() from a group, where the group was declared with a specific broker, and it isn't using the global/default one.
I modified the groups and pipelines to looks for the result in the backend of the broker they were declared with, with this it works as expected. Here goes the PR with the proposed changes: #563
What did you expect would happen?
I expected that the group retrieved the result from the backend of the broker it was declared with.
What happened?
I get the following error: RuntimeError: The default broker doesn't have a results backend.
Issues
GitHub issues are for bugs. If you have questions, please ask them on the mailing list.
Checklist
What OS are you using?
Linux Mint 21.2 Victoria
What version of Dramatiq are you using?
1.14.2
What did you do?
Retrieving results with
get_results()
from a group, where the group was declared with a specific broker, and it isn't using the global/default one.I modified the groups and pipelines to looks for the result in the backend of the broker they were declared with, with this it works as expected. Here goes the PR with the proposed changes: #563
What did you expect would happen?
I expected that the group retrieved the result from the backend of the broker it was declared with.
What happened?
I get the following error:
RuntimeError: The default broker doesn't have a results backend.
Minimal reproducible example
The text was updated successfully, but these errors were encountered: