mirror of
https://github.com/plashchynski/crono.git
synced 2026-08-28 06:24:01 +02:00
Add install generator
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Periodicity configuration file
|
||||
#
|
||||
# Here you can specify periodic jobs and their schedule.
|
||||
# You can specify a periodic job as a ActiveJob class in `app/jobs/`
|
||||
# Actually you can use any class. The only requirement is that
|
||||
# the class should implement a method `perform` without arguments.
|
||||
#
|
||||
# TestJob.perform_every 2.days, at: "15:30"
|
||||
#
|
||||
Reference in New Issue
Block a user