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

Reduce potential hanging during manager termination #3423

Open
achimnol opened this issue Jan 9, 2025 — with Lablup-Issue-Syncer · 0 comments
Open

Reduce potential hanging during manager termination #3423

achimnol opened this issue Jan 9, 2025 — with Lablup-Issue-Syncer · 0 comments

Comments

@achimnol
Copy link
Member

achimnol commented Jan 9, 2025

image-20250109-170621.png{width=1694 height=730}

We have a safety guard in aiotools to prevent making left-over processes (and we also use the “mixed-mode” in systemd configurations), but still any interruption signal should be gracefully handled in the manager coroutines. Particularly, we need to take extra care for periodic tasks in the scheduler not to defer cancellation for a too long time.

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

No branches or pull requests

1 participant