Scale set workers properly come online
This adds the workers needed to start listening for scale set messages. There is no handling of messages yet. Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
6a5c309399
commit
a2aeac731c
15 changed files with 668 additions and 57 deletions
|
|
@ -423,6 +423,9 @@ func (s *sqlDatabase) migrateDB() error {
|
|||
&Repository{},
|
||||
&Organization{},
|
||||
&Enterprise{},
|
||||
&EnterpriseEvent{},
|
||||
&OrganizationEvent{},
|
||||
&RepositoryEvent{},
|
||||
&Address{},
|
||||
&InstanceStatusUpdate{},
|
||||
&Instance{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue