We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently, after each stage of processing, we reset the incomplete flag.
This causes a situation where if the process timeout/crash in a specific timing, the revision will look like it has been processed successfully.
We should stop resetting the flag in between to ensure this doesn't happen
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
currently, after each stage of processing, we reset the incomplete flag.
This causes a situation where if the process timeout/crash in a specific timing, the revision will look like it has been processed successfully.
We should stop resetting the flag in between to ensure this doesn't happen
Steps to replicate
Current Behaviour
Expected Behaviour
The text was updated successfully, but these errors were encountered: