hello guys,
i created a function and I set the schedule to run every 1hour but it is being run every minutes,
here is my json
TypeScript
"$id": "66650d7e6de10dd97079",
"name": "statusStory24hoursCompletion",
"runtime": "node-16.0",
"execute": ["any"],
"events": [],
"schedule": "* */1 * * *",
"timeout": 900,
"enabled": true,
"logging": true,
"entrypoint": "src/main.js",
"commands": "npm install",
"ignore": [
"node_modules",
".npm"
],
"path": "functions/statusStory24hoursCompletion"
}```
is there anything i'm getting wrong here?
TL;DR
Function set to run every 1 hour but running every minute.
Developer set schedule incorrectly. Use `"schedule": "0 * * * *"` for hourly schedule.Recommended threads
- Problem with the new Email policies
when user set those thing from cloud panel and when they open that page again or reload that time it forget what we have checked and it set default to false on ...
- Deleted my account, trying to signup aga...
https://cloud.appwrite.io/console/login?error=%7B%22message%22%3A%22This+email+address+must+already+be+in+its+canonical+form.+Please+remove+aliases%2C+tags%2C+o...
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...