ajvb / kala

Modern Job Scheduler
MIT License
2.11k stars 187 forks source link

Job Content Templating #224

Closed tooolbox closed 4 years ago

tooolbox commented 4 years ago

It could be a useful feature to have Kala execute templates to insert metadata into commands (for local jobs) or URLs/request bodies (for remote jobs).

One application is idempotent jobs; by including the "success" count from Kala, the executor of a job can know if it somehow got a repeat event from Kala, and discard it.