Skip to content

Early shutdown not working due to switch to asyncio signal handler #205

@michaelweiser

Description

@michaelweiser

Because we needed to switch the signal handler to asyncio in 9051be9, retries in cuckoo and cortex connectivity checks can no longer be aborted and shutdown will only happen after the retries have been exhausted. This is likely due to the asyncio event loop not even running while the toolbox modules initialise. So we'd need to either switch them to asyncio as well or defer their startup into separate threads.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions