adamkewley / jobson

A platform for transforming command-line applications into a job service.
Apache License 2.0
256 stars 20 forks source link

Eliminate race conditiion: Working dir removal *before* persisting outputs #32

Closed adamkewley closed 6 years ago

adamkewley commented 6 years ago

There's a race condition in the current Jobson release (0.0.18) where a job's working directory gets cleaned up before other layers (job manager, persister) manage to persist the outputs.

adamkewley commented 6 years ago

This was minorly patched in 0.0.19