OctoBot icon indicating copy to clipboard operation
OctoBot copied to clipboard

WIP [Python3.9] prevent interpreter shutdown error

Open GuillaumeDSM opened this issue 4 years ago • 1 comments

Fixes the interpreter shutdown error however prevents the bot from stopping, hence the WIP

It looks like the issue is that threadpoolexecutors are not daemons anymore and need to be shutdown (https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Executor.shutdown)

GuillaumeDSM avatar Oct 03 '21 16:10 GuillaumeDSM

Your preview environment pr-1852-octobot-drakkarsoftware has been deployed with errors.

github-actions[bot] avatar Oct 03 '21 16:10 github-actions[bot]

Now in the code base.

Herklos avatar May 13 '23 16:05 Herklos