Please close this but thought I'd note this down in case someone else has the same issue as me:
Using OSX stock ruby 1.8.7 & the recommended delayed_job 2.1.1 - when I ran rake jobs:work it wouldn't actually start the job worker or process any jobs - it just seemed to hang on the command line.
Upgrading to delayed_job 2.1.4 fixed the issue for me and re_enqueuing seems to work great now.
Hiya Mark,
Please close this but thought I'd note this down in case someone else has the same issue as me:
Using OSX stock ruby 1.8.7 & the recommended delayed_job 2.1.1 - when I ran rake jobs:work it wouldn't actually start the job worker or process any jobs - it just seemed to hang on the command line.
Upgrading to delayed_job 2.1.4 fixed the issue for me and re_enqueuing seems to work great now.
Cheers Luke