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
this means this monitoring code does not need to know if a cache-refresh happened or not
subtleties: if someone modifies the poller dict elsewhere, this won't catch that becuase its sharing that mutable old state
and so that mutator needs to send a monitoring notification themselves.
that's how things are already i think: pollitem.scale_out and pollitem.scale_in already do that monitoring change
this shouldn't change any behaviour (but I'm not sure how well tested that is?)
0 commit comments