You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to babushka_app
I was building some deps for an orchestration server that spins up other services. Most dependencies written for the orchestrator take a long time to resolve. ie. starting a database server, and confirming that it is running. Configuring a database server and verifying its configuration.
So ideally all these dependencies should be executed asynchronously. Is this something Babushka is capable of doing? Or is it on the roadmap?
It seems like Babushka's architecture is perfectly suited to resolve dependencies in this manner.