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

Cleaner service does not shutdown before end of waiting interval #57

Open
tblock79 opened this issue Sep 23, 2023 · 0 comments
Open

Cleaner service does not shutdown before end of waiting interval #57

tblock79 opened this issue Sep 23, 2023 · 0 comments

Comments

@tblock79
Copy link
Member

Describe the bug
If the Cleaner service is stopped or restarted, the shutdown of the active instance is delayed until the cleaner interval has expired (by default 60 sec). Therefore, the shutdown or restart of the service can take up to one full second. The reason is that the asyncio eventloop has been put to sleep for the interval. It should be checked if it would be possible to cancel the sleep.

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