Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reload code in development based on filesystem updates #132

Merged
merged 2 commits into from
Mar 6, 2025
Merged

Conversation

rsamoilov
Copy link
Member

Previously, we would reload code in development on every request. The PR adds a file watcher to only reload the code when there are changes to the source code.

this will reload the code correctly in the following case:

* start the server
* change the code
* send the first request
@rsamoilov rsamoilov merged commit a310739 into master Mar 6, 2025
8 checks passed
@rsamoilov rsamoilov deleted the dev-reload branch March 6, 2025 17:23
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.

1 participant