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. | `30` |
183
-
| `spring.persistent-tasks.max-threads` | `java.lang.Integer` | The number of threads to use; set to 0 to disable task processing. | `10` |
184
-
| `spring.persistent-tasks.task-timeout` | `java.time.Duration` |The maximum time allowed for a task and scheduler to complete a task. | `PT5M` (5 minutes) |
185
-
| `spring.persistent-tasks.poll-task-timeout` | `java.lang.Integer` |The interval at which the system checks for abandoned tasks, in seconds. | `300` (5 minutes) |
186
-
| `spring.persistent-tasks.scheduler-enabled` | `java.lang.Boolean` |Indicates whether this node should handle triggers. | `true` |
187
-
| `spring.persistent-tasks.history.delete-after` | `java.time.Duration` |The max age for a trigger in the hstory. | `PT72H` (30 days) |
188
-
| `spring.persistent-tasks.history.delete-rate` | `java.time.Integer` |The interval at which old triggers are deleted, in hours. | `24` (24 hours) |
189
-
190
152
# SetupDB with Liquibase
191
153
192
154
Liquibase is supported. Either import all or just the required versions.
@@ -246,25 +208,6 @@ public class ExampleApplication {
246
208
247
209

248
210
249
-
## SpringBootCSRF config for the UI
250
-
251
-
Axios should work with the following spring config out of the box with csrf:
0 commit comments