mirror of
https://github.com/plashchynski/crono.git
synced 2026-07-20 11:41:21 +02:00
10 lines
352 B
Plaintext
10 lines
352 B
Plaintext
# 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.
|
|
#
|
|
# Periodicity.perform(TestJob).every 2.days, at: "15:30"
|
|
#
|