docs: remove obsolete scheduler property (#13278)

That property does not exist and was used in a previous, outdated
implementation of auto scheduling
This commit is contained in:
Alessio Gravili
2025-07-25 16:25:47 -07:00
committed by GitHub
parent 8518141a5e
commit 2e9ba10fb5

View File

@@ -77,7 +77,6 @@ This configuration only queues the Job - it does not execute it immediately. To
```ts
export default buildConfig({
jobs: {
scheduler: 'cron',
autoRun: [
{
cron: '* * * * *', // Runs every minute