DIRAC
DIRAC copied to clipboard
Elastic JobParameters improvements
- [ ] define index policy independent from jobs lifetime
- [x] should job
Statusstay? -- removed from https://github.com/DIRACGrid/DIRAC/pull/7679 - [ ] define dashboard
More things that might be useful for DiracX:
- [x] Remove setup from index name: done in https://github.com/DIRACGrid/DIRAC/pull/7292
- [x] Remove
elasticand the.0from index name: done in https://github.com/DIRACGrid/DIRAC/pull/7679 - [x] Remove MySQL implementation: not removed, but insertions only go to OS: https://github.com/DIRACGrid/DIRAC/pull/7292
- [x] Consider adding vo to the end of the index name (before the job ID)? done in https://github.com/DIRACGrid/DIRAC/pull/7679
If we do the three index changes we can have DiracX only write to the new indices and avoid having to apply workarounds.
What do you think?
I think so too