deploykit icon indicating copy to clipboard operation
deploykit copied to clipboard

Handle manager/group commits without a instance plugin

Open kaufers opened this issue 8 years ago • 0 comments

Flow:

  • Start instance, manager, group plugins
  • Issue manager group commit

If the instance plugin is not yet available (some startup processing has not yet completed) then the manager commit fail (because it cannot find the instance plugin).

Can this be updated to:

  • Commit command is accepted
  • manager/group plugin continues the commit attempt in the backgroud

This basically makes the commit asynchronous; it will eventually work once the instance plugin is available.

kaufers avatar Jul 27 '17 17:07 kaufers