runabol / tork

A distributed workflow engine
https://tork.run
MIT License
510 stars 24 forks source link

Feature: auto-delete jobs #411

Closed runabol closed 2 weeks ago

runabol commented 2 weeks ago

This PR adds support for the automatic deletion of COMPLETED jobs.

Example:

name: my job
autoDelete: 
  after: 5m
tasks:
  ...

Indicates that this job is to be deleted after at least 5 minutes after it has transitioned to a COMPLETED state has elapsed.