-
Notifications
You must be signed in to change notification settings - Fork 404
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
[Bug] Re-process feature #878
Comments
Hi @msenechal this seems intermittent issue, can you please check with some more examples. |
"Reprocess" is a state, after this you need to click on Generate Graph Button to process the files. May be we need to change the label to "Ready to Reprocess" to avoid the confusion. |
Ahhhh yeah let's change it to either Ready to reprocess or automatically run the processing because right now it is not intuitive for users to click on generate when they already clicked on reprocess |
@jexp |
Change the status name. |
The re-processing feature seems to not work and be stuck in a "Reprocess" status.
Steps to reproduce:
It stays in Reprocess forever
Backend logs:
Looks like it is being stuck here:
[INFO]{'api_name': 'retry_processing', 'db_url': 'neo4j+s://a77ed0fa.databases.neo4j.io:7687', 'userName': 'neo4j', 'database': 'neo4j', 'file_name': 'ms.pdf', 'retry_condition': 'delete_entities_and_start_from_beginning', 'logging_time': '2024-11-14 12:17:48 UTC'}
2024-11-14 12:17:49,039 - <src.entities.source_node.sourceNode object at 0x39effed10>
Base Param value 1 : {'props': {'fileName': 'ms.pdf', 'status': 'Reprocess', 'nodeCount': 0, 'relationshipCount': 0, 'is_cancelled': False, 'processed_chunk': 0, 'retry_condition': 'delete_entities_and_start_from_beginning'}}
2024-11-14 12:17:49,039 - Update source node properties
INFO: 127.0.0.1:50138 - "POST /retry_processing HTTP/1.1" 200 OK
Nothing being logged after this last line and nothing happen, the entities are not being re-generated
The text was updated successfully, but these errors were encountered: