You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running gce --quit-soon <name> does not delete the VM after a firework has completed in some cases. I would expect a worker to check for the metadata status after each firework completes but it looks like rapidfire can launch many fireworks before returning for the metadata check here:
Running
gce --quit-soon <name>
does not delete the VM after a firework has completed in some cases. I would expect a worker to check for the metadata status after each firework completes but it looks likerapidfire
can launch many fireworks before returning for the metadata check here:borealis/borealis/fireworker.py
Lines 185 to 208 in d24b972
I think the arg
nlaunches=1
should be passed torapidfire
to exit after launching only one firework so we can check for the quit metadata. I thinkrapidfire
will launch as many rockets that are waiting as it can since it looks like it skips the loop check if more fireworks are ready.https://github.com/materialsproject/fireworks/blob/6cb2a66d35239611ec2a1ccb807be38976198a0b/fireworks/core/rocket_launcher.py#L107-L126
Is the expectation to check for the metadata after each firework or to let
rapidfire
launch as many as it wants before checking?The text was updated successfully, but these errors were encountered: