Merge branch 'trunk' into fixAcceptblock
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Dan Ballard 2022-01-06 22:10:16 +00:00
commit 4da1cb70df
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ func (eh *EventHandler) HandleApp(application app.Application) {
application.GetPrimaryBus().Subscribe(servers.ServerIntentUpdate, eh.appBusQueue)
application.GetPrimaryBus().Subscribe(servers.ServerDeleted, eh.appBusQueue)
application.GetPrimaryBus().Subscribe(servers.ServerStatsUpdate, eh.appBusQueue)
application.GetPrimaryBus().Subscribe(event.StartingStorageMiragtion, eh.appBusQueue)
application.GetPrimaryBus().Subscribe(event.DoneStorageMigration, eh.appBusQueue)
}
func (eh *EventHandler) GetNextEvent() string {