Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: Batch file parsing is blocked. #4218

Open
YuYun329 opened this issue Dec 25, 2024 · 2 comments
Open

[Question]: Batch file parsing is blocked. #4218

YuYun329 opened this issue Dec 25, 2024 · 2 comments
Labels
question Further information is requested

Comments

@YuYun329
Copy link

YuYun329 commented Dec 25, 2024

Batch file parsing is blocked

Version: v0.15.0 full

When I enable batch parsing, if there is one task_executor running, only one file can be parsed at a time; similarly, if there are two task_executors, only two files can be parsed at a time. The parsing of the remaining files will not make any progress, even if the previous files have been successfully parsed:

one task_executor:
image

tow task_executors:
image

There are no error messages in the console, and there are no logs about the parsing tasks:

image

The system status is normal:

image
image

I clicked the parse button from here:

image

@YuYun329 YuYun329 added the question Further information is requested label Dec 25, 2024
@KevinHuSh
Copy link
Collaborator

The task executor should be like this:
image

@YuYun329
Copy link
Author

YuYun329 commented Dec 25, 2024

The task executor should be like this: image

May I ask what could be the possible reasons for this situation? Because parsing them one by one works fine, but batch parsing does not work properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants