Skip to content

A very basic scheduler for running Faktory jobs

Notifications You must be signed in to change notification settings

Syfaro/faktory-cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A very basic scheduler for running Faktory jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages