HubSpot / Singularity

Scheduler (HTTP API and webapp) for running Mesos tasks—long running processes, one-off tasks, and scheduled jobs. #hubspot-open-source
http://getsingularity.com/
Apache License 2.0
823 stars 188 forks source link

Handle tasks which no longer have data in zk #2284

Closed ssalinas closed 2 years ago

ssalinas commented 2 years ago

Follow up to #2281

Separate handling for tasks with missing data, before the isDuplicateOrIgnorable check. We canot actually recover these, so kill them before they become an issue. Creating a cleanup for them doesn't actually do anything because the cleaner short circuits on missing task data

pschoenfelder commented 2 years ago

🚢

pschoenfelder commented 2 years ago

🚢