You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: