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
#docker logs docker-dod-app-1
2024-11-12 10:31:13.551 | INFO | main:run:33 - 待启动机器人数量:1, 预计使用最大线程数:2
Traceback (most recent call last):
File "/app/app.py", line 62, in
run()
File "/app/app.py", line 55, in run
futures.append(executor.submit(start_dingtalk_stream_client, bot_app_client_id, bot_app_client_secret, bot_handler))
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 176, in submit
self._adjust_thread_count()
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 199, in _adjust_thread_count
t.start()
File "/usr/local/lib/python3.10/threading.py", line 935, in start
_start_new_thread(self._bootstrap, ())
RuntimeError: can't start new thread
2024-11-12 10:31:13.552 | INFO | main:run:37 - 启动第1个机器人:问答助手
2024-11-12 10:33:36.764 | INFO | main:run:33 - 待启动机器人数量:1, 预计使用最大线程数:2
2024-11-12 10:33:36.765 | INFO | main:run:37 - 启动第1个机器人:问答助手
Traceback (most recent call last):
File "/app/app.py", line 62, in
run()
File "/app/app.py", line 55, in run
futures.append(executor.submit(start_dingtalk_stream_client, bot_app_client_id, bot_app_client_secret, bot_handler))
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 176, in submit
self._adjust_thread_count()
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 199, in _adjust_thread_count
t.start()
File "/usr/local/lib/python3.10/threading.py", line 935, in start
_start_new_thread(self._bootstrap, ())
RuntimeError: can't start new thread
The text was updated successfully, but these errors were encountered:
#docker logs docker-dod-app-1
2024-11-12 10:31:13.551 | INFO | main:run:33 - 待启动机器人数量:1, 预计使用最大线程数:2
Traceback (most recent call last):
File "/app/app.py", line 62, in
run()
File "/app/app.py", line 55, in run
futures.append(executor.submit(start_dingtalk_stream_client, bot_app_client_id, bot_app_client_secret, bot_handler))
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 176, in submit
self._adjust_thread_count()
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 199, in _adjust_thread_count
t.start()
File "/usr/local/lib/python3.10/threading.py", line 935, in start
_start_new_thread(self._bootstrap, ())
RuntimeError: can't start new thread
2024-11-12 10:31:13.552 | INFO | main:run:37 - 启动第1个机器人:问答助手
2024-11-12 10:33:36.764 | INFO | main:run:33 - 待启动机器人数量:1, 预计使用最大线程数:2
2024-11-12 10:33:36.765 | INFO | main:run:37 - 启动第1个机器人:问答助手
Traceback (most recent call last):
File "/app/app.py", line 62, in
run()
File "/app/app.py", line 55, in run
futures.append(executor.submit(start_dingtalk_stream_client, bot_app_client_id, bot_app_client_secret, bot_handler))
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 176, in submit
self._adjust_thread_count()
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 199, in _adjust_thread_count
t.start()
File "/usr/local/lib/python3.10/threading.py", line 935, in start
_start_new_thread(self._bootstrap, ())
RuntimeError: can't start new thread
The text was updated successfully, but these errors were encountered: