dayOfWeek is not documented
https://docs.convex.dev/api/classes/server.Crons#weekly
I would like to know which are valid values for
dayOfWeek
in crons.weekly
. Please add to docsClass: Crons | Convex Developer Hub
server.Crons
3 Replies
GitHub
convex-js/src/server/cron.ts at main · get-convex/convex-js
TypeScript/JavaScript client library for Convex. Contribute to get-convex/convex-js development by creating an account on GitHub.
@Gorka Cesium Were you not getting tab completion of this field in the editor? Either way we can make this more clear in docs.
thanks!
strangely no. but the compiler CLI told me it was a string and gave the example "monday"