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
Post a Comment