Closed gianbot closed 6 months ago
related: #422
Hi @AllexVeldman , we are working on the tests and will update you as soon as possible.
Hi @AllexVeldman , thanks for the feedback. We have updated the tests following the suggestions. Can you check if that's ok?
thanks both of you
Hi @auvipy, when do you plan to release the next release on PyPI that also contains this change?
Yes
Hi, when using chord with Database result backend and multiple databases with a Database Router we encounter this error:
select_for_update cannot be used outside of a transaction.
This depends on the fact that in DatabaseBackend.on_chord_part_return a transaction.atomic is created on the default database and not on the one associated with ChordCounter.We write this simple fix for handle also this case.
Setting we configured:
Router class: