kleros / vea

Vea bridge
https://vea.ninja
MIT License
10 stars 6 forks source link

relayer-cli: abrupt closure due to the current signal handling could interrupt file operations. #363

Open mani99brar opened 1 week ago

mani99brar commented 1 week ago

The current signal handling in the code closes the process abruptly when it receives a signal such as SIGTERM. This abrupt closure could interrupt file operations, potentially leaving files in a corrupt state.

_Originally posted by @fcanela in https://github.com/kleros/vea/pull/344#discussion_r1851719241_