We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
id: purge namespace: system tasks: - id: purge_executions type: io.kestra.plugin.core.execution.PurgeExecutions endDate: "{{ now() | dateAdd(-1, 'MONTHS') }}" purgeLog: false states: - SUCCESS - id: purge_logs type: io.kestra.plugin.core.log.PurgeLogs endDate: "{{ now() | dateAdd(-1, 'MONTHS') }}" triggers: - id: daily type: io.kestra.plugin.core.trigger.Schedule disabled: true cron: "0 9 * * *"
Blueprint: http://localhost:8080/ui/blueprints/234
https://kestra.io/blueprints/trigger/234-system-flow-purge-execution-data-including-logs-metrics-and-outputs-on-a-schedule
Todo:
system
The text was updated successfully, but these errors were encountered:
feat(webserver): Purge system flow created from blueprint at startup
f074088
closes #4878
98ee431
brian-mulier-p
Successfully merging a pull request may close this issue.
Feature description
Blueprint: http://localhost:8080/ui/blueprints/234
https://kestra.io/blueprints/trigger/234-system-flow-purge-execution-data-including-logs-metrics-and-outputs-on-a-schedule
Todo:
system
to some other name in their configurationThe text was updated successfully, but these errors were encountered: