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

[FEATURE] Use permanent processes to handle fixed commits on the compilation server #489

Merged
merged 2 commits into from
Jan 20, 2025

Conversation

vadiklyutiy
Copy link
Collaborator

@vadiklyutiy vadiklyutiy commented Jan 20, 2025

Introduce permanent processes to handle fixed commits on the compilation server.

Every high level worker might create up to 5 permanent processes for compilation of fixed version of hidet. It allow to save time on import hidet.

Test manually:

  • 6th version of hidet stops old process and start new one.
  • Comp time for individual job improved

@vadiklyutiy vadiklyutiy self-assigned this Jan 20, 2025
@vadiklyutiy vadiklyutiy added the Task Or "Story" in JIRA's term. label Jan 20, 2025
Copy link
Member

@yaoyaoding yaoyaoding left a comment

Choose a reason for hiding this comment

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

LGTM in general, left a few minor comments. Thanks @vadiklyutiy !

apps/compile_server/resources/compile_worker.py Outdated Show resolved Hide resolved
apps/compile_server/resources/compile_worker.py Outdated Show resolved Hide resolved
apps/compile_server/resources/compilation.py Show resolved Hide resolved
@vadiklyutiy vadiklyutiy merged commit 712a9cd into main Jan 20, 2025
22 checks passed
@vadiklyutiy vadiklyutiy deleted the vadim/comp-server-process-per-commit branch January 20, 2025 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Or "Story" in JIRA's term.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants