Scalingo / go-etcd-cron

Library to run a distributed cron-like task scheduler
MIT License
31 stars 6 forks source link

Support job time-to-live #81

Open artursouza opened 10 months ago

artursouza commented 10 months ago

Add a new param to the job that will automatically delete the after some time. So, the job does not continue to trigger and also is deleted from etcd.

leo-scalingo commented 9 months ago

See https://github.com/Scalingo/go-etcd-cron/issues/80#issuecomment-1934373593