Open ConfusedVorlon opened 6 years ago
I also use whenever
, but the thing that nags me is more the lack of an easy local command that I can run in the target environment (i.e., not from cap/ssh) so your last suggestion is the one that might find some traction in my brain (or which would be most likely to be fast-tracked as a pull request 🤔).
Seconded, this would be really useful
Hi,
I'm using the pool configuration options
this works great - but it is lost if I reboot the server.
I'm currently using https://github.com/javan/whenever to manage my crontab, and I can set
but that's duplication of the deploy config.
it would be great if capistrano could either add something to the crontab directly, or write a script that I could then call.
alternatively - if there is already support for this kind of thing - can you add documentation?
many thanks!