2

I am running a parse server on a heroku web dyno. I need to run a long requests on a worker dyno. Do I need to run two parse servers, one for web and one for the worker dyno?

How would one go about running worker dynos when working with parse? I see an example of a nodejs worker, but not sure if it applies to a parse server.

Mehdi
  • 772
  • 7
  • 16
  • Any luck figuring this out? I've been trying to figure out how to scale parse server on heroku as well. The concepts of cloud functions and heroku workers do not seem to work well together because calling a cloud function from a worker will still put all the load on the web dyno hosting the cloud function. I'd love to keep all of my cloud functions centralized because that was the advantage of using parse in the first place. Curious if you've taken a different approach. – enjoyjeremy May 11 '17 at 21:51

0 Answers0