Hacker News new | ask | show | jobs
by pavel_lishin 5566 days ago
How does delayed_job work? Does it just run as a daemon in the background?
2 comments

Yep, it runs in the background.

`script/delayed_job` can be used to manage the process or `rake jobs:work`. Either will start working off jobs.

It calls rake jobs:work.