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
Cache human-readable expected frequency in MonitoredJobHealthCheck
* Refactor MonitoredJobHealthCheck so that the human-readable
expected job frequency (e.g., 5 minutes) is computed in the
constructor and stored in a final field. This field is then
used when creating the health check details. This avoids
re-computing the same string every time the health check executes.
0 commit comments