Minor crons doc error
It looks like
crons.interval
expects 4 arguments always, so in https://docs.convex.dev/scheduling/cron-jobs#defining-your-cron-jobs it looks like
should be
?2 Replies
Also the code in the crons tab on the dashboard when there are not yet any cron functions:
Also those could use
minutes
, right?Thanks for reporting, these should have overloads so as not to require args when the function doesn't! I'm see if I can sneak this into the next release.
Yes this could be minutes! Maybe we should demo the crons.daily() syntax instead of interval for the second one
This is resolved in 0.17.0!