Service Limitations

Restrictions on the use of each GS2 microservice.

GS2-Account

Regarding transferring information, the registration, update, and deletion of the same user’s information should be limited to three times per second. This limit does not apply to different users.

GS2-Chat

You can only post up to 3 times per second for one room. Please avoid implementing a system that allows an extremely large number of people to participate in a room, or that encourages people to post all at once.

GS2-Experience

Please limit experience to 3 times per second for the same property. This limit does not apply to different users or different properties for the same user.

GS2-Formation

Update the same form no more than 3 times per second.

GS2-Friend

No more than 3 profile updates per second by the same game player. This limit does not apply to different users or to the same user granting experience to different properties.

Avoid concentrating friend requests on a single player. A player can only receive 3 friend requests per second.

GS2-Inventory

Please limit the number of times per second that you increase or decrease the amount of inventory for the same property. For operations that use up inventory items that are new to the inventory, even for different properties, please limit the number of operations in the inventory to 3 per second. If it is an increase or decrease in the possession quantity for a different property, this limit does not apply.

GS2-JobQueue

Please limit job submissions to the queue for the same user to no more than 3 per second. Up to 10 jobs can be registered per job registration, so please be creative.

If the automatic execution function is not used, job execution should be limited to once per second. This limit does not apply if you are processing jobs for different users.

GS2-Limit

Please limit the number of operations on the same counter to 3 operations per second. This limit does not apply to operations on different users or different counters by the same user.

GS2-Lock

No more than 3 operations per second on the same mutex. This limit does not apply to operations on different mutexes.

GS2-MegaField

No more than 5 updates of coordinate information per second per user.

GS2-Mission

No more than 3 operations on the same counter per second. This limit does not apply to operations on different users or different counters for the same user.

GS2-Money

No more than 3 operations on the same wallet per second. This limit does not apply to operations on different users or different wallets of the same user.

GS2-Script

Scripts must be completed within 10 seconds.

GS2-Stamina

No more than 3 operations on the same stamina per second. This limit does not apply to operations on different users or different stamina models for the same user.

GS2-StateMachine

The number of state transitions for the same state machine is limited to 10,000. 10,000 transitions will result in an error response. Please limit the number of events sent to the same state machine to 3 per second.