thetanz / OpenFeature-al

OpenFeature for AL transforms Application Areas into feature toggles.
https://theta.co.nz
GNU Lesser General Public License v3.0
21 stars 5 forks source link

SetContext Operation exceeded time threshold (AL method) #11

Closed vody closed 1 year ago

vody commented 1 year ago

Describe the bug We have cases where SetContext procedure reports Operation exceeded time threshold telemetry with executionTime of more than 30 seconds.

Expected behaviour SetContext should be within 00:00:10 seconds maximum.

Additional context Currently, for PostHug provider within the SetContext procedure, we are calling PostHug API per each user context. It's possible to call PostHug API once to report all users within one call or to report just one user just to define user properties.

vody commented 1 year ago

It is fixed in v3.3.0.0.