Anonymous
3 years ago
I find my self creating 3 almost identical services per project.
web server
background worker
crontab scheduler
It'd be great to be able to duplicate a service
3 Replies
Anonymous
3 years ago
This could lead to some deploy optimization like making only one build and deploying it on all services
2 years ago
This could lead to some deploy optimization like making only one build and deploying it on all services
Dwayne Macgowan: Hmmm, can you tell me a bit more about your usecase?
2 years ago
This could lead to some deploy optimization like making only one build and deploying it on all services
Angelo Saraceno: I don't know their specific use-case, but it sounds like a django-celery-beat deployment. Where one monorepo spawns three+ processes. I see loads of questions around this in the discord, and just got deploying one myself. Build is the same for all, but each service has a different startCommand