Re: Delayed::Job not working?

2010-08-19 Thread John Norman
My delayed jobs (bamboo-ree-1.8.7) are working, too.

On Wed, Aug 18, 2010 at 7:06 PM, chris mcclellan...@gmail.com wrote:

 Jobs on our apps all seem to be executed properly by a worker. Try
 running heroku rake jobs:work and see if it blows up w/ a backtrace or
 not.

 I was running into a pretty serious issue not being able to run any
 rake commands (like heroku rake routes, for instance) -- ended up
 having to downgrade to ruby 1.8.7 from 1.9.1.

 On Aug 18, 5:09 pm, jmay jason@gmail.com wrote:
  Since at least yesterday, Heroku workers are no longer picking up and
  executing queued jobs.  Is anyone else experiencing this?
 
  -Jason

 --
 You received this message because you are subscribed to the Google Groups
 Heroku group.
 To post to this group, send email to her...@googlegroups.com.
 To unsubscribe from this group, send email to
 heroku+unsubscr...@googlegroups.comheroku%2bunsubscr...@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 her...@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: Delayed::Job not working?

2010-08-18 Thread Abel Tamayo
You're not alone and I don't think this has been happening since just
yesterday but probably a little longer.
I thought it was just me.

On Wed, Aug 18, 2010 at 11:09 PM, jmay jason@gmail.com wrote:

 Since at least yesterday, Heroku workers are no longer picking up and
 executing queued jobs.  Is anyone else experiencing this?

 -Jason

 --
 You received this message because you are subscribed to the Google Groups
 Heroku group.
 To post to this group, send email to her...@googlegroups.com.
 To unsubscribe from this group, send email to
 heroku+unsubscr...@googlegroups.comheroku%2bunsubscr...@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 her...@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: Delayed::Job not working?

2010-08-18 Thread chris
Jobs on our apps all seem to be executed properly by a worker. Try
running heroku rake jobs:work and see if it blows up w/ a backtrace or
not.

I was running into a pretty serious issue not being able to run any
rake commands (like heroku rake routes, for instance) -- ended up
having to downgrade to ruby 1.8.7 from 1.9.1.

On Aug 18, 5:09 pm, jmay jason@gmail.com wrote:
 Since at least yesterday, Heroku workers are no longer picking up and
 executing queued jobs.  Is anyone else experiencing this?

 -Jason

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@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: 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 adeel...@gmail.com wrote:
 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 machine in development.

 So I deploy, migrate database and run 'heroku workers 1'. The logs
 show DJ process started ok. But nothing is going to the worker when I
 upload a document.

 'Delayed::Job.find(:first)' in the console always shows nil.

 This should be pretty straightforward. Am I missing something?
 Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@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.