contribsys / faktory

Language-agnostic persistent background job server
https://contribsys.com/faktory/
Other
5.78k stars 230 forks source link

Not picking up CRON jobs #448

Closed jonathan-wondereur closed 1 year ago

jonathan-wondereur commented 1 year ago

Are you using an old version? No

I can not get Faktory to pick up my CRON jobs no matter what I do as defined in: /etc/faktory/conf.d

[[cron]]
  schedule = "0 13 * * *"
  [cron.job]
    type = "PriceRefresh"
    queue = "price-refresh"
mperham commented 1 year ago

And that content is in a file called cron.toml within the conf.d directory?

jonathan-wondereur commented 1 year ago

Okay, that was the issue; I thought the file was conf.d; I read it too fast. Thanks for clarifying the documentation.