Hi I have some questions about workers
Hi I have some questions about workers - if I have a backend python process that typically takes 3-4 minutes could that scale well with workers, or would it quickly get to be too expensive? I'm not sure I understand how this would work with the pricing model. It's an image processing thing and I'm not sure I can do much more to optimize it
1 Reply
I'm not super savvy on the pricing either, but 3-4 minutes of computation sounds like not the right fit for Workers in my conceptualization of them. What I have done for processes like that is build a queue that gets fired into a Go process somewhere else for the CPU/GPU workload