Re: Problems installing toolbelt on Ubuntu

2012-03-28 Thread Vikas Hazrati
All right, it is on support list now Request #47452 Cannot install the toolbelt... created On Mar 28, 12:15 am, richard schneeman richard.schnee...@gmail.com wrote: Can you create a support ticket for thishttp://support.heroku.com? -- You received this message because you are subscribed to

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 ?

Re: Scalability of Heroku worker job with external network connection

2012-03-28 Thread Keenan Brock
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,

Maven profile activation

2012-03-28 Thread Anton Naumov
Hi everyone, I'm trying to deploy Java application to Heroku and everything looks good except one important detail. I have a profiles configured inside my pom.xml and activated by environment variable. On my local machine activation works exactly like expected, but on Heroku side I've always got