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
There are projects that contain a large number of controllers. Because of this, important idempotency settings such as ExpiresInMilliseconds, DistributedLockTimeoutMilli are dispersed throughout the project. And this increases the likelihood of a configuration error.
It seems to me that it would be convenient to add the ability to configure controllers via DI registration of IdempotencyOptions and optionally use these settings in the IdempotentAttribute.
The text was updated successfully, but these errors were encountered:
There are projects that contain a large number of controllers. Because of this, important idempotency settings such as
ExpiresInMilliseconds
,DistributedLockTimeoutMilli
are dispersed throughout the project. And this increases the likelihood of a configuration error.It seems to me that it would be convenient to add the ability to configure controllers via DI registration of
IdempotencyOptions
and optionally use these settings in theIdempotentAttribute
.The text was updated successfully, but these errors were encountered: