Re: Delayed Job not working

2010-03-26 Thread adeel...@gmail.com
So, still not sure why but, only on Heroku if I put a sleep 1 delay around the Delayed::Job.enqueue statement in my controller, it works. Running it in either dev or prod environments locally on my dev machine always worked fine. On Mar 20, 11:06 pm, "adeel...@gmail.com" wrote: > O

Delayed Job not working

2010-03-20 Thread adeel...@gmail.com
Ok let me know if I'm missing something... I have a pretty typical Paperclip file upload application that accepts user documents. I'm doing some processing on the docs that I want to delegate to a worker. Worker pull doc from S3 processes it and writes to the db. All works perfectly on local machi

Re: TweetStream

2010-03-08 Thread adeel...@gmail.com
Jim - Interesting, is the problem with the search API the rate- limiting? missed tweets? API timeouts? - Adeel On Mar 7, 3:37 pm, Jim Gilliam wrote: > I run two apps dependent on the Twitter streaming API, so I set up stream > processing on a separate EC2 instance, posting the data via HTTP to

Varnish support for ESI?

2010-01-11 Thread adeel...@gmail.com
Wondering if Heroku's Varnish implementation supports Edge Side Include. That would allow us to define fragments to be cached instead of caching the whole page. Good for sites that show user login/logout status at the top of the page. Thanks. -- You received this message because you are subscribed