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 have just observed a bug in throttlex related to configuration changes.
As we have digged deeper we have found out that the configuration is taken at compile time (regarding buckets, and functions are generated for each bucket).
As the elixir compiler is caching dependecies, changes to configuration is not propagated every time so we can end up with old buckets.
My suggestion is to change this, and introduce configuration at runtime.