code0-tech / sagittarius

The orchestrating backend for the Code0 application
4 stars 0 forks source link

Container Orchestrator #109

Closed Taucher2003 closed 5 months ago

Taucher2003 commented 5 months ago

The container orchestrator will spin up docker containers and tear them down if they are no longer used.

For system layer dependencies like postgres or redis, the orchestrator will be invoked with rake tasks before startup. Runtimes will invoke orchestrator from the application side. (Probably an initializer or a sidekiq job queued in the initializer)