quantum-elixir / quantum-core

:watch: Cron-like job scheduler for Elixir
https://hexdocs.pm/quantum/
Apache License 2.0
2.31k stars 148 forks source link

Why not work #616

Closed TianMaiCheng closed 3 months ago

TianMaiCheng commented 3 months ago

I want it to work on June 21st at 18:59, but it won't work 

The configuration is like this jobs: [ {"59 18 21 6 *", fn -> IO.puts("Hey it works!!") end } ]

maennchen commented 3 months ago

I‘m going to need a lot more information to help you with this.

Can you please specify what cersion your using and include debug logs?

https://github.com/quantum-elixir/quantum-core?tab=readme-ov-file#troubleshooting

maennchen commented 3 months ago

Closing because of inactivity.