2023-09-07 - Account Limits Docs

From Izara Wiki
Revision as of 06:31, 9 September 2023 by Seagame (talk | contribs)
Jump to navigation Jump to search

Service - Account Limits
Account Limits are used for services that need to limit some action that users perform.

Example Work Flow

Work Flow Diagram

Work Flow Description

  • When need to perform an action that has limit. User need to check limit with account limits service before performing an action.
  • If that limitTag needs to check for limitType static. Send a request to StaticLimitProcess and wait for static limit status return. No need to confirm or cancel after getting static limit status.
  • If that limitTag needs to check for limitType timeBasedDynamic or runningTotal. Send a request to ReservedDynamicUsage and wait for dynamic limit status. Need to confirm or cancel after getting dynamic limit status.

Note!!!: limitTag can check with multiple limitType.