Skip to content

Getting error : cannot schedule new futures after interpreter shutdown #3

@amitchavan90

Description

@amitchavan90

Hi, Thanks for the awesome work. I was trying very basic flow but got an exception as below.

Exception in thread Thread-2: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 980, in _bootstrap_inner self.run() File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 917, in run self._target(*self._args, **self._kwargs) File "/Users/nerdyator/projects/liteflow/venv/lib/python3.9/site-packages/liteflow/core/services/queue_consumer.py", line 39, in execute result = self._thread_pool.submit(self.process_item, item) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/concurrent/futures/thread.py", line 169, in submit raise RuntimeError('cannot schedule new futures after ' RuntimeError: cannot schedule new futures after interpreter shutdown

Any help would be appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions