Re: Scalability of Heroku worker job with external network connection

2012-04-02 Thread gkr
: Hello Gkr, Yes, multiple workers can run at the same time. People like delayed job and resque, though I'm sure there are other options out there as well. The processes can access external ports. You may have to have a paid account for that (credit card on file). One thing to keep in mind

Scalability of Heroku worker job with external network connection

2012-03-28 Thread gkr
Hi, Is it allowed to make network connection to external server (ex.pop3) from worker job(Rails3 app) ? If yes can the job run in parallel because adding more worker will which I guess make the jobs to connect to same server IP/Port from different worker, Is that make connection conflicts ?