quick question: is it a bad idea to have a workpoo...
# ask-community
n
quick question: is it a bad idea to have a workpool of type process in a pod on kubernetes? the idea is a to avoid long startup times for light and quick flows, by making them available on a process workpool which is always online
j
Hey! this is definitely doable, you just need to be mindful that the worker pods will be actually executing the work on the same pod. So keeping an eye on resources and ensuring the pod doesn't roll while it is in progress running/deploying work.
upvote 1