i am tryigin to set: 30 8 * * 0-4 as a cron expression.
as you can see in this link its a valid CRON expression: https://crontab.guru/#30_8_*_*_0-4
but in the function creation steps i am getting Please enter a valid Cron expression
running appwrite 1.3.7 on ARM
running on Ubuntu VM in Oracle cloud
There is an pr that fix that in future version
Recommended threads
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Accessing secure files from storage via ...
Hi everyone, can someone tell me what is the preferred way of accesssing user only files from storage in react native? I saved the file with user only read per...
- Confusion around Tables / TablesDB vs Da...
Hello everyone, I ran into quite a bit of confusion when trying to migrate a Function from Databases.createDocument() to the new Tables / Rows API and wanted t...