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
Topology aware scale-from-zero running of NSEs in response to NSC demand: Add networkservice chain element that notifies if there no active connections
#907
We need to shut down all supplied nse that had scaled from zero. For this, we need to add a chain element that can notify about no connection during some period.
The element should expect two parameters: timeout, notifier. Note: these parameters have default values. For timeout it is 10m. For notifier it can be exit 0.
Implement count logic for requests and closes.
If there no request and no active connections during some peridod or no request from start then call notifier.
Overview
We need to shut down all supplied nse that had scaled from zero. For this, we need to add a chain element that can notify about no connection during some period.
Implementation details
timeout
,notifier
. Note: these parameters have default values. Fortimeout
it is10m
. Fornotifier
it can beexit 0
.notifier
.References
#892
The text was updated successfully, but these errors were encountered: