France-ioi / AlgoreaBackend

Backend for the new Algorea platform
MIT License
1 stars 2 forks source link

Insure transaction cannot be locked on the named lock if the propagation process is killed #1078

Open smadbe opened 2 months ago

smadbe commented 2 months ago

With the listener_propagate named lock in result propagation, if the propagation process is killed (for instance the lambda is killed), make sure we cannot end up in a scenario when the lock hasn't been released.