Investigate other event handlers #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We currently match against "lifecycle" events and queue up scanning for candidates/matching from there. However, in order to ensure the network is up, we randomly do a 3 second sleep.
Maybe another style of event is what we want to hook onto. Or perhaps based on the lifecycle event (e.g. "instance created") there is another type of event that we can "sub-watch" (more accurately) to wait until the network comes up.