You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing code implementation has an asynchronous throttle parameter syncing approach.
Since the new feature is introduced also keeping the previous behaviour too, have to implement the new sync mode code flow, abiding to the old flow, without breaking that.
The text was updated successfully, but these errors were encountered:
23/05/2023 : Changed the previous implementation to use interface/abstraction based implementation. Used the new HybridThrottleProcessor class which implements DistributedThrottleProcessor interface.
Existing code implementation has an asynchronous throttle parameter syncing approach.
Since the new feature is introduced also keeping the previous behaviour too, have to implement the new sync mode code flow, abiding to the old flow, without breaking that.
The text was updated successfully, but these errors were encountered: