You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
Ideally we should be striving for 1 service per container. We can package these things together using Docker compose.
Also for certain applications we might want to scale out 1 service(say Annotation Loader API) but not the image Loader API since for lot of our usecases we load images only once but annotations are loaded throughout the lifetime of the deployment.
It also makes testing these individual components easier.
The text was updated successfully, but these errors were encountered:
Currently we're shipping multiple services in the LoaderDockerContainers:
These include:
Ideally we should be striving for 1 service per container. We can package these things together using Docker compose.
Also for certain applications we might want to scale out 1 service(say Annotation Loader API) but not the image Loader API since for lot of our usecases we load images only once but annotations are loaded throughout the lifetime of the deployment.
It also makes testing these individual components easier.
The text was updated successfully, but these errors were encountered: