You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `spring.persistent-tasks.poll-rate` | `java.lang.Integer` |The interval at which the scheduler checks fornew tasks, in seconds. | - |
123
-
| `spring.persistent-tasks.max-threads` | `java.lang.Integer` | The number of threads to use; set to 0 to disable task processing. | `10` |
124
-
| `spring.persistent-tasks.task-timeout` | `java.time.Duration` |The maximum time allowed for a task and scheduler to complete a task. | `5 minutes` |
125
-
| `spring.persistent-tasks.poll-task-timeout` | `java.lang.Integer` |The interval at which the system checks for abandoned tasks, in seconds. | `5 minutes` |
126
-
| `spring.persistent-tasks.history.delete-after` | `java.lang.Integer` |The interval at which old triggers are deleted, in seconds. | `72 hours` |
127
-
| `spring.persistent-tasks.scheduler-enabled` | `java.lang.Boolean` |Indicates whether this node should handle triggers. | `true` |
| `spring.persistent-tasks.poll-rate` | `java.lang.Integer` |The interval at which the scheduler checks fornew tasks, in seconds. | - |
123
+
| `spring.persistent-tasks.max-threads` | `java.lang.Integer` | The number of threads to use; set to 0 to disable task processing. | `10` |
124
+
| `spring.persistent-tasks.task-timeout` | `java.time.Duration` | The maximum time allowed for a task and scheduler to complete a task. | `PT5M` (5 minutes) |
125
+
| `spring.persistent-tasks.poll-task-timeout` | `java.lang.Integer` | The interval at which the system checks for abandoned tasks, in seconds. | `300` (5 minutes) |
126
+
| `spring.persistent-tasks.history.delete-after` | `java.time.Duration` | The interval at which old triggers are deleted, in duration format. | `PT72H` (72 hours) |
127
+
| `spring.persistent-tasks.scheduler-enabled` | `java.lang.Boolean` | Indicates whether this node should handle triggers. | `true` |
0 commit comments