Skip to content

Commit 2e9ba10

Browse files
authored
docs: remove obsolete scheduler property (#13278)
That property does not exist and was used in a previous, outdated implementation of auto scheduling
1 parent 8518141 commit 2e9ba10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/jobs-queue/schedules.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ This configuration only queues the Job - it does not execute it immediately. To
7777
```ts
7878
export default buildConfig({
7979
jobs: {
80-
scheduler: 'cron',
8180
autoRun: [
8281
{
8382
cron: '* * * * *', // Runs every minute

0 commit comments

Comments
 (0)