How to communicate Web and Worker dynos with Node.js on Heroku?
Web Dynos can handle HTTP Requests
Web Dynos can handle HTTP Requests
I am using kue for delayed jobs in my node.js application.
I have an export function that read the entire database and create a .xls file with all the records. Then the file is sent to the client.