aksio-insurtech / AppManager

MIT License
4 stars 2 forks source link

ApplicationResourcesCoordinator should not run things in background #90

Closed einari closed 1 year ago

einari commented 2 years ago

Right now, due to Cratis having a fixed timeout before retrying failed partitions, we can't run updates through. So what we do is start a Task inside the observer handle methods, effectively running everything asynchronous and without any error management.

Depends on this: https://github.com/aksio-insurtech/Cratis/issues/494