mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-25 18:29:05 +02:00
Add Changes.md
This commit is contained in:
4
Changes.md
Normal file
4
Changes.md
Normal file
@@ -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
|
||||
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user