Skip to content

Conversation

@goosenotduck
Copy link
Contributor

All dependencies were updated to latest, project now supports latest python (3.13).
Added dockerfile and documentation.
Also fixed up readme and added additional info.

Copy link
Contributor

@tallen42 tallen42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left changes on specific files, but overall this is a great QOL upgrade to Jumpstart! Thank you so much :)

Copy link
Contributor

@tallen42 tallen42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fire changes thank you so much! One last note w/ launching the app and we're good.

@goosenotduck
Copy link
Contributor Author

@tallen42 Should we do anything about newer versions of flask_limiter requiring a storage backend to store limits?

https://flask-limiter.readthedocs.io/en/stable/#configuring-a-storage-backend

Docs note that in-memory storage is for development only, but doesn't elaborate about why this is the case

@tallen42
Copy link
Contributor

What are we storing in memory?

@goosenotduck
Copy link
Contributor Author

Before updating flask_limiter, all rate-limiting data was stored in memory, but now flask_limiter moved to persistent storage methods like memcached, mongodb, redis, etc. It still supports in-memory storage, but says it shouldn't be used in production and gives no reason why. Not sure if it's just over complicating a simple issue or not.

Copy link
Contributor

@tallen42 tallen42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shipit

@tallen42 tallen42 merged commit b74142e into ComputerScienceHouse:master Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants