Forums

Flask-limiter not working. Probably webworkers?

Hi, im building a paraphrase text app that is going to be limited for 5 entrances per day to users with an account, and 5 entrances per week for those who do not have account. I´m trying to develop this "entrance system" with flask-limiter but it is not working because I can still send some extra requests after de 5 limit has reached.

Probably could be that webworkers have their own cache? If it is, is there a way to make them share it? Or is it something else?

Looks like problem with https://help.pythonanywhere.com/pages/GlobalStateAndWebApps/

was wondering how did you solve this issue?

Have you checked the help page that @fjl linked to above? It has a number of hints and tips for solving that kind of issue.