mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-14 14:23:27 +01:00
Run rake task as a job #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @plashchynski on GitHub (Mar 19, 2015).
@michaelachrisco commented on GitHub (Apr 3, 2015):
With the rake task of:
@plashchynski commented on GitHub (Apr 4, 2015):
@michaelachrisco Thank you, that's good variant. Closed by #15
@karthikdc88 commented on GitHub (Oct 3, 2015):
Hi, i have put this code in my project. I am planning on running a email generation code using rake. But in the above example how do i run the crono gem. How do i make it run so every 5 sec it will give me a output of hello. Does the hello appear on the terminal?
Please help me out i am stuck at this for my project.