Project

Profile

Help

Story #3542

Updated by daviddavis about 6 years ago

For orphan cleanup, we had to write a task that waits until there's no other reservations and then we execute it. We'd like to make this functionality more generic so that plugin writers can leverage it. Also, using the task's name to see if it's a zero reservation task is brittle. 

 Currently, we just hardcode the task name to see if it needs no reservations (see the design in #3442).  

 We need to come up with how the data model looks, the decorators for declaring these tasks, etc.

Back