feat: add request ID and stack snippet to error reports; update scheduling documentation

This commit is contained in:
2025-12-06 13:38:02 +01:00
parent 0c8fcfc597
commit eda43ff7d9
2 changed files with 14 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ Runs the bot automatically at set times.
- Choose a time using the cron or Task Scheduler fields already in the config.
- Leave the machine or container running so the schedule can trigger.
- Check the console after start: it prints the next run time. If you close the window or stop the container, the scheduler stops.
- Serverless hosts (e.g., Vercel) will not keep the scheduler alive; run on a machine or container that stays on.
- Serverless hosts (e.g., Vercel) will not keep the scheduler alive; run on a machine or container that stays on. Use Vercel only for the API endpoints (like error reporting), not for scheduled runs.
## Example
```jsonc