threefoldtecharchive / 0-robot

Distributed live cycle management system
Apache License 2.0
0 stars 0 forks source link

validate method is not called after a service upgrade #67

Closed zaibon closed 5 years ago

zaibon commented 5 years ago

The normal flow when a service is created or loaded is :

But when we do a checkout_repo to upgrade the service, the flow doesn't call validate after the service has been upgraded, which breaks some service that expect validate to always by the first action call before staring to process the task queue.