data_importer/crontab.yaml

14 lines
216 B
YAML

faktory: tcp://faktory:7419
jobs:
- job: test
schedule: "@every 30s"
args:
- test
- job: test
schedule: 5 * * * *
args:
- 1
- 2
retries: 1
queue: default
priority: 5