Comment 13 for bug 1485505

Revision history for this message
Ihor Kalnytskyi (ikalnytskyi) wrote :

Well, since Fuel 8.0 we support "reexecute_on" tasks. So plugin developers could add task:

  - id: my-task
    groups: [primary-controller, controller]
    reexecute_on: [deploy_changes]

and that would mean: "Run this task on all controllers *EACH* time deploy changes is pressed".

So I believe plugin developer could handle scale-down case using this approach.