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
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...