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

Add ability to re-add recovered tasks to the load balancer #2168

Closed ssalinas closed 3 years ago

ssalinas commented 3 years ago

Previously our handling of this was to just clean up everything if it was already removed from the load balancer. This PR adds a few things to the reregistration flow:

Updated the unit test for this to make sure the lb pending add is present, but would appreciate extra 👀 on it

cc @pschoenfelder @ajammala @rosalind210

pschoenfelder commented 3 years ago

🚢