Skip to main content
Breaking change

Upcoming change: Introducing a balanced limit to monday code secure storage

Related products:monday code
  • January 19, 2026
  • 1 reply
  • 20 views

gregra
Forum|alt.badge.img

Hi everyone!

As part of our ongoing efforts to improve the stability and reliability of monday code we’ve identified that the current Secure Storage limits are too permissive which impose constant stability risks to our Secure Storage solution which have a negative impact on many app developers and monday customers (“noisy neighbour problem”). 

In order to reduce this risk we’ll be lowering this limit over the next few weeks from the current limit of 30 requests per second to 7 requests per second.

This will impact a very small number of apps which currently do not use any method of caching for fetching tokens from the Secure Storage.

 

The final ETA for this change is February 2nd

 

Greg

1 reply

xatxat
Forum|alt.badge.img+1
  • Participating Frequently
  • January 20, 2026

Here is an example implementation of an in-memory cache for secure storage (use at your own risk ;)): https://gist.github.com/xat/a790a1c0f2f012f9a53f312d79bf57aa

- Simon