contribsys / faktory

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

Not picking up CRON jobs #448

Closed jonathan-wondereur closed 9 months ago

jonathan-wondereur commented 9 months 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 9 months ago

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

jonathan-wondereur commented 9 months ago

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