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
Currently a restart breaks the pending processes and they should be restarted.
Block further processes and wait until the existing ones are finished before exiting
Implementation details
Add a process lock that tracks tss processes and on SIGTERM block further ones and exists after
the existing ones are done
Testing details
Acceptance Criteria
relayer doesn't break existing tss processes
The text was updated successfully, but these errors were encountered:
Currently a restart breaks the pending processes and they should be restarted.
Block further processes and wait until the existing ones are finished before exiting
Implementation details
Add a process lock that tracks tss processes and on SIGTERM block further ones and exists after
the existing ones are done
Testing details
Acceptance Criteria
The text was updated successfully, but these errors were encountered: