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
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
There seemed to be an edge-case where the get_or_create query caused a "create" action
although the entry was already present. This was during testing with the production setup, using multiple threads.
See if the error can be reproduced.
There seemed to be an edge-case where the
get_or_create
query caused a "create" actionalthough the entry was already present. This was during testing with the production setup, using multiple threads.
See if the error can be reproduced.
https://github.com/raiden-network/paywall/blob/c84e5407f60e5316dd477ca4a9bbf89ad2749c00/server/src/raiden_paywall/flask_raiden.py#L58-L70
The text was updated successfully, but these errors were encountered: