Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 284 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 284 Bytes

faktory-cron

A very basic scheduler for running Faktory jobs.

faktory:
  url: tcp://faktory-host:7419
jobs:
  - name: every minute
    every: "* * * * *"
    job_type: job_name
    queue: optional_queue
    args:
      - arg1
      - arg2
    custom:
      key: value