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
Avoid exception:
Traceback (most recent call last):
File "lib/python3.13/threading.py", line 1041, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "cassandra/cluster.py", line 4429, in run
future = self._executor.submit(fn, *args, **kwargs)
File "lib/python3.13/concurrent/futures/thread.py", line 171, in submit
Error: raise RuntimeError('cannot schedule new futures after shutdown')
RuntimeError: cannot schedule new futures after shutdown
0 commit comments