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
The idea is that the state of the locks should be persisted and linked to the job that acquired it.
This way, if a job fails and restarts, it will request a lock that was never released but it will still get it back by virtue of being the original workflow that acquired it.
The behavior should be that when a job acquires again a wallet that it already owned, it should renew the lease (#48), otherwise just fail.
The text was updated successfully, but these errors were encountered:
The idea is that the state of the locks should be persisted and linked to the job that acquired it.
This way, if a job fails and restarts, it will request a lock that was never released but it will still get it back by virtue of being the original workflow that acquired it.
The behavior should be that when a job acquires again a wallet that it already owned, it should renew the lease (#48), otherwise just fail.
The text was updated successfully, but these errors were encountered: