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
We use RateLimitJ with AWS ElastiCache. Today we had an outage because AWS ElastiCache performed a maintenance and for some reason (we're going to check with AWS guys as well) the Lua scripts disappeared.
We started getting this error:
NOSCRIPT No matching script. Please use EVAL.
Would be great if the library will handle it gracefully and re-upload the scripts if they're missing.
I assume this is easy to test by uploading the scripts, running FLUSHALL and then attempting to apply the rate limiting.
Shameless plug: you can use http://github.com/testcontainers/testcontainers-java to test that ☺️
The text was updated successfully, but these errors were encountered:
Hi!
We use RateLimitJ with AWS ElastiCache. Today we had an outage because AWS ElastiCache performed a maintenance and for some reason (we're going to check with AWS guys as well) the Lua scripts disappeared.
We started getting this error:
Would be great if the library will handle it gracefully and re-upload the scripts if they're missing.☺️
I assume this is easy to test by uploading the scripts, running
FLUSHALL
and then attempting to apply the rate limiting.Shameless plug: you can use http://github.com/testcontainers/testcontainers-java to test that
The text was updated successfully, but these errors were encountered: