Skip to content

Commit 0b38705

Browse files
authored
Update README.md
1 parent 062d15b commit 0b38705

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,13 @@ During the setup and cleanup it is possible to cancel any pending stuff:
219219

220220
| Property | Type | Description | Default Value |
221221
| ---------------------------------------------- | -------------------- | ------------------------------------------------------------------------ | ------------------ |
222-
| `spring.persistent-tasks.poll-rate` | `java.lang.Integer` | The interval at which the scheduler checks for new tasks, in seconds. | - |
222+
| `spring.persistent-tasks.poll-rate` | `java.lang.Integer` | The interval at which the scheduler checks for new tasks, in seconds. | `30` |
223223
| `spring.persistent-tasks.max-threads` | `java.lang.Integer` | The number of threads to use; set to 0 to disable task processing. | `10` |
224224
| `spring.persistent-tasks.task-timeout` | `java.time.Duration` | The maximum time allowed for a task and scheduler to complete a task. | `PT5M` (5 minutes) |
225225
| `spring.persistent-tasks.poll-task-timeout` | `java.lang.Integer` | The interval at which the system checks for abandoned tasks, in seconds. | `300` (5 minutes) |
226-
| `spring.persistent-tasks.history.delete-after` | `java.time.Duration` | The interval at which old triggers are deleted, in duration format. | `PT72H` (72 hours) |
227226
| `spring.persistent-tasks.scheduler-enabled` | `java.lang.Boolean` | Indicates whether this node should handle triggers. | `true` |
227+
| `spring.persistent-tasks.history.delete-after` | `java.time.Duration` | The max age for a trigger in the hstory. | `PT72H` (30 days) |
228+
| `spring.persistent-tasks.history.delete-rate` | `java.time.Integer` | The interval at which old triggers are deleted, in hours. | `24` (24 hours) |
228229

229230
# Setup DB with Liquibase
230231

0 commit comments

Comments
 (0)