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
With PR-176, we added support to pass expirySettings while making createcache call. After multiple discussion we agreed that we will always pass default value/user provided for expiryDate. timeoutInSec is passed when provided by user.
Even though getcache return both expiryDate & timeoutInSec, in edge portal it only show timeoutInSec in the UI.
I think we were waiting on @hiteshshahjee to respond to #179 but I've bumped that PR to get what we needed. Once merged, release will happen immediately.
For example:
createCache -N --cache test-cache -o ORG -e ENV --cacheExpiryInSecs 300
results in:
"expirySettings": { "expiryDate": { "value": "12-31-9999" }, "timeoutInSec": { "value": "300" } }
The text was updated successfully, but these errors were encountered: