zenstruck / schedule-bundle

Schedule Cron jobs (commands/callbacks/bash scripts) within your Symfony application.
MIT License
384 stars 20 forks source link

list of configurations #75

Closed Ctucker9233 closed 1 year ago

Ctucker9233 commented 1 year ago

It would be useful to have documentation on available schedule configurations. In the example, I can see ->hourly() is one, but what about every minute or every five minutes?

kbond commented 1 year ago

Hello, is this what you're looking for?

Ctucker9233 commented 1 year ago

Yes! That's it! I'll close as a non-issue.