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
Right now intervals are provided as integer nanoseconds. We need to allow user to specify it as formated string in order to make configuration more readable and less error prone.
Right now intervals are provided as integer nanoseconds. We need to allow user to specify it as formated string in order to make configuration more readable and less error prone.
Instead of:
"Score": { "EvaluateInterval": 1800000000000 }
Should be:
"Score": { "EvaluateInterval": 30m }
The text was updated successfully, but these errors were encountered: