Gorka Cesium
Gorka Cesium2y ago

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 docs
3 Replies
ian
ian2y ago
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.
ballingt
ballingt2y ago
@Gorka Cesium Were you not getting tab completion of this field in the editor? Either way we can make this more clear in docs.
Gorka Cesium
Gorka CesiumOP2y ago
thanks! strangely no. but the compiler CLI told me it was a string and gave the example "monday"

Did you find this page helpful?