mirror of
https://github.com/plashchynski/crono.git
synced 2026-06-12 17:54:25 +02:00
Add Changes.md
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
0.5.0
|
||||||
|
-----------
|
||||||
|
|
||||||
|
- Initial release!
|
||||||
@@ -58,7 +58,7 @@ The Active Job jobs is convenient because you can use one class in both periodic
|
|||||||
|
|
||||||
#### Schedule Jobs
|
#### Schedule Jobs
|
||||||
|
|
||||||
The schedule described in the configuration file `config/cronotab.rb`, that we created using `rails generate crono:install` or manually. The semantic is pretty straightforward:
|
The schedule described in the configuration file `config/cronotab.rb`, that we created using `crono:install` or manually. The semantic is pretty straightforward:
|
||||||
|
|
||||||
Crono.perform(TestJob).every 2.days, at: "15:30"
|
Crono.perform(TestJob).every 2.days, at: "15:30"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user