Actions
User story #3945
closedStore agent executions history in a 'lightweight' table, to speed up Rudder web interface
Status:
Released
Priority:
2
Assignee:
Category:
Web - Compliance & node report
Target version:
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
Looking for agent executions is very ressource consumming in Rudder for now (ie : opening list nodes page is very very long if you got numerous nodes, be causeit is looking for the latest reports from each node)
If we had a completely separated table only containing executions, this would really ease the process (very few lines compared to millions in rudderSysEvents)
An agent execution consists in:
- The Id of the node executing the agent
- The time when that execution was ran
- If this execution was complete or not
We should have an actor parsing reports, regularly ran(~ every ten seconds, configurable), getting new reports and determine agent executions
Actions