-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Workload Resilience
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently we have the AdmissionContext embedded in both the unordered and ordered ticket semaphore, but considering that we might only need the number of admissions and the number of low admissions, we could make these parameters explicit in the function call instead, and prevent having cross layers logic complexity. The purpose of this ticket is to evaluate moving this class outside of the semaphores, and simply pass the needed parameters.