File: schedule_array.yml

package info (click to toggle)
ruby-sidekiq-cron 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 408 kB
  • sloc: ruby: 2,156; sh: 8; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 218 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
---
-
  name: "my_first_job"
  cron: "*/5 * * * *"
  class: "HardWorker"
  queue: "hard_worker"
-
  name: "second_job"
  cron: "*/30 * * * *"
  class: "HardWorker"
  queue: "hard_worker_long"
  args:
    hard: "stuff"