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

jooby-run: improve restart process (less memory/fast) #3482

Closed
jknack opened this issue Jul 24, 2024 · 0 comments
Closed

jooby-run: improve restart process (less memory/fast) #3482

jknack opened this issue Jul 24, 2024 · 0 comments

Comments

@jknack
Copy link
Member

jknack commented Jul 24, 2024

The work done by @agentgt at #2583 works OK but left out of queue the compilation process. On small project there is no difference but on medium/large code base one multiple file changes are detected multiples restart are fired but also waits on compiler to finish.

Today:

  • file 1 changed/file 2 changed -> compile (probably fired twice bc file 1 and file 2) -> queue file1 and file 2 -> application restart

After:

  • file 1 changed/file 2 changed -> queue file 1/ queue file 2 -> compile once -> application restart
@jknack jknack added this to the 3.3.0 milestone Jul 24, 2024
@jknack jknack closed this as completed in 0ae2010 Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant