Skip to content

Commit

Permalink
adjusted spring ref for the available properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlp committed Dec 30, 2024
1 parent 849b603 commit 062d15b
Showing 1 changed file with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,21 @@
"type": "java.lang.Integer",
"description": "The interval at which the system checks for abandoned tasks, in seconds. Defaults to every 5 minutes."
},
{
"name": "spring.persistent-tasks.history.delete-after",
"type": "java.lang.Duration",
"description": "The interval at which old triggers are deleted, in seconds. Defaults to every 72 hours."
},
{
"name": "spring.persistent-tasks.scheduler-enabled",
"type": "java.lang.Boolean",
"description": "Indicates whether this node should handle triggers.",
"defaultValue": true
},
{
"name": "spring.persistent-tasks.history.delete-rate",
"type": "java.lang.Integer",
"description": "The interval at which old triggers are deleted, in hours. Default 24h."
},
{
"name": "spring.persistent-tasks.history.delete-after",
"type": "java.lang.Duration",
"description": "The max age for a trigger in the hstory. Default is PT72H, 30 days."
}
]
}

0 comments on commit 062d15b

Please sign in to comment.