plashchynski / crono

A time-based background job scheduler daemon (just like Cron) for Rails
https://github.com/plashchynski/crono
Apache License 2.0
687 stars 56 forks source link

Documentation on how to set this up in a production environment #39

Closed jmatsuba closed 8 years ago

jmatsuba commented 8 years ago

I got setup on my developer environment pretty quickly. Now I want to get this running on production and am wondering what the best way to do it is.

Including this as part of the README.md would be helpful.

cwills commented 8 years ago

Did you get this working in production? I've been struggling with this.

jmatsuba commented 8 years ago

i did not, i ended up abandoning it and doing straight cron jobs.

I used this tutorial http://tutorials.jumpstartlab.com/topics/systems/automation.html

plashchynski commented 8 years ago

There's a Capistrano integration for production https://github.com/plashchynski/crono#capistrano

skyamgar commented 8 years ago

I am not using Capistrano, Can anybody help with how to setup this in production environment on VPS?

Tashows commented 2 years ago

It should definitely be mentioned that this is not expected to work in production. I manage to set it up but I cannot figure out how to start the process automatically. If I log in the server and manually start it, it works. Any ideas?