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 the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



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 ?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



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, this is running on ec2.
So most of the ip addresses are in spam black lists for smtp. Don't think pop 
has the same constraint.
So if you are sending out email use send grid, amazon's simple mail service, or 
another.

—Keenan   


On Wednesday, March 28, 2012 at 2:37 AM, gkr wrote:

 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 ?
  
 Thanks
  
 --  
 You received this message because you are subscribed to the Google Groups 
 Heroku group.
 To post to this group, send email to heroku@googlegroups.com 
 (mailto:heroku@googlegroups.com).
 To unsubscribe from this group, send email to 
 heroku+unsubscr...@googlegroups.com 
 (mailto:heroku+unsubscr...@googlegroups.com).
 For more options, visit this group at 
 http://groups.google.com/group/heroku?hl=en.
  
  


-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



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 default profile activated.
Is it any chance to configure environment or pom.xml to activate
correct Maven profile?

Thank you in advance.

Regards,
Anton

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.