cookpad / kuroko2

Kuroko2 is a web-based job scheduler / workflow engine.
MIT License
313 stars 72 forks source link

Delete tokens of the job instance only #138

Closed eagletmt closed 4 years ago

eagletmt commented 4 years ago

When a job definition allows "parallel execution", there could be multiple running job instances. When EngineError (like syntax error in job script) happens in one job instance, the tokens of other job instances must not be deleted.