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
|
```ts
|
||||||
export default buildConfig({
|
export default buildConfig({
|
||||||
jobs: {
|
jobs: {
|
||||||
scheduler: 'cron',
|
|
||||||
autoRun: [
|
autoRun: [
|
||||||
{
|
{
|
||||||
cron: '* * * * *', // Runs every minute
|
cron: '* * * * *', // Runs every minute
|
||||||
|
|||||||
Reference in New Issue
Block a user