indice-co / Indice.Platform

Indice Platform addons and featues
MIT License
46 stars 7 forks source link

Add Retention Services to cleanup workflow execution logs #301

Closed dkarkanas closed 1 year ago

dkarkanas commented 1 year ago

Changed

Configuration example

{
"Elsa":{
"CleanUpOptions": {
"Enabled": true,
"BatchSize": 100,
"TimeToLiveInDays": 30,
"SweepIntervalInHours": 4
}
}
}