[diracx-tasks] DEFAULT_RESULT_TTL should be configurable on a per task basis
Open
- Dominant language
- Python
- Stars
- 19
- Forks
- 45
- Avg merge
- 4d 23h
- Merged PRs (30d)
- 12
Description
At the moment, the result TTL is a parameter of the result backend
https://github.com/DIRACGrid/diracx/blob/main/diracx-tasks/src/diracx/tasks/plumbing/broker/result_backend.py
However, you may want to change that value on a per task bases.
- not restricted to specific tasks: can be applied on any task
## Example
Short tasks should have a shorter lifetime, but manually triggered tasks (FC dump) can be stored for few days.
Contributor guide
Assessment
This issue has not been assessed yet.