ruby on rails - delayed job doing nothing -


when run rake:jobs work shows running...

[worker(host:gregorys-macbook-air.local pid:17243)] starting job worker 

when run without .delay method runs fine...

@post.processimages 

but when run .delay

@post.delay(queue: "processimages").processimages 

nothing happens...

i have delayed_job_web installed , no jobs show in queue

any idea can causing this?


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -