Closed Glenn-o closed 2 years ago
It shouldn't necessarily impact the performance of your application. As long as you have enough memory in your dyno, your application performance should stay same.
Just add another line in your procfile like this
release: node build/ace migration:run --force
web: node build/server.js
+ worker: node build/ace queue:listen
Hey @Glenn-o! 👋🏻
As @brkn said, there is nothing specific that should impact performance.
Did you have any issues?
Hello,
I would like to add the package in production on Heroku, and I'm afraid that it will impact the performance of the application, what is the best way to run it in production without impacting the performance?
Thanks