Jorropo / linux2ipfs

Small pipeline and extreme-performance oriented IPFS implementation to upload files and deltas to pinning services very fast.
MIT License
31 stars 2 forks source link

feat: cancel and terminate somewhat cleanly on `SIGTERM` #2

Closed Jorropo closed 2 years ago

Jorropo commented 2 years ago

The goal is to avoid data corruptions with a scheduler named SLURM. It terminates tasks that goes too long but can send a SIGTERM in advance. Pulled out of #1