Tendrl / specifications

Tendrl specs go here
GNU Lesser General Public License v3.0
6 stars 16 forks source link

A generic periodic flow which could be used for verification of tasks performed by flows #118

Closed shtripat closed 7 years ago

shtripat commented 7 years ago

In case a usual flow executes and as a result while cluster sync central store gets updated with newer states of the entities, we might need some validations to be done as port run of the flow. As the cluster sync happens at regular interval, the post run might not get the updated data immediately from central store.

We should introduce a generic periodic flow which maintains a queue and these post checks can be added to this queue. The job gets finished but post checks would be done later as part of this generic flow and if any issues, would be updated in central store accordingly.