Re: Block On File Upload

2011-01-17 Thread José Salinas
Hi, folks. In my app, when the server was uploading a file to S3 (fired from a first request), we got a request timeout error from heroku when the app received a second request. The solution was to use DJ in order to not block the dyno, and manage the upload from the job in the worker in backgroun

Static IP or client certificate for an external service

2010-12-30 Thread José Salinas
Hi, folks. I need a static IP for my app to integrate it with an external service. They have this requirement in order to filter the server IP and trust the source of the requests. I've read Heroku has 3 public IPs, but they are shared, so, if we restrict the requests coming from these addresses i

Re: Request timeouts

2010-11-16 Thread José Salinas
Thanks a lot for the answer. I've installed new relic gold in order to see more debug information, but I'll try the new logging system as well, thank you! Studying the problem today, I've decided to separate parts of the weight process (first step, separate a S3 upload). So, I've decided to try d