We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e0a0c commit d0547b7Copy full SHA for d0547b7
core/src/main/java/org/sterl/spring/persistent_tasks/history/HistoryTimer.java
@@ -25,7 +25,7 @@ class HistoryTimer {
25
private Duration historyTimeout = Duration.ofDays(30);
26
27
@Scheduled(
28
- initialDelay = 120_000,
+ initialDelay = 1,
29
fixedDelayString = "${spring.persistent-tasks.history.delete-rate:24}", timeUnit = TimeUnit.HOURS)
30
void deleteOldHistory() {
31
try {
0 commit comments