Is it ok to use truborepo in production runtime? #2098
-
|
I mean, can I start an application with "turbo run start --parallel", that will run frontend and backend in production runtime (e.g. docker container in k8s pod) in parallel mode? And is it possible to shut down gracefully (with exit code 0)? |
Beta Was this translation helpful? Give feedback.
Answered by
nathanhammond
Oct 14, 2022
Replies: 1 comment
-
|
You shouldn't do this. Turborepo is intended for build time and is not intended to coordinate runtime tasks. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nathanhammond
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You shouldn't do this. Turborepo is intended for build time and is not intended to coordinate runtime tasks.