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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user