What are limitations on atomic counters?

  1. Is there any limitations on atomic counters usage? (e.g. operations per second, etc)
  2. What is the maximum value for counter?
  3. What happens when the maximum value is exceeded?

Hello, Vlad!

  1. Aggregate limit for api calls per second is 50
    2 and 3. Think about counter value as a numeric variable. It works just like variable of the same type in java.