Actions
Architecture #28451
openArchitecture #28181: Make directive schedulable
Architecture #28343: Data structures and policy generation for directive schedules
Add an ADR explaining why we chose discret scheduled events for agent
Architecture #28451:
Add an ADR explaining why we chose discret scheduled events for agent
Status:
Pending technical review
Priority:
N/A
Assignee:
Category:
Architecture - ADR
Target version:
Fix check:
To do
Regression:
No
Description
We chose to use discrete scheduled event for the communication between webapp/generated policies and agent/rust module.
This is not the obvious choice, where giving the schedule to the agent and letting him interpret it would be much more decoupled and simpler.
So we need to explain why we chose that solution as a first step for that complicated feature.
Updated by François ARMAND 6 days ago
- Status changed from New to In progress
Updated by François ARMAND 6 days ago
- Status changed from In progress to Pending technical review
- Pull Request set to https://github.com/Normation/rudder/pull/6957
Actions