forked from asmecher/pln
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add resilience to the deposit task #61
Comments
jonasraoni
added a commit
to jonasraoni/pln
that referenced
this issue
Feb 23, 2023
jonasraoni
added a commit
to jonasraoni/pln
that referenced
this issue
Feb 23, 2023
This was
linked to
pull requests
Feb 23, 2023
jonasraoni
added a commit
that referenced
this issue
Feb 23, 2023
…ence #61 Improved resilience by processing non-errored deposits first
jonasraoni
added a commit
that referenced
this issue
Jun 9, 2023
jonasraoni
added a commit
that referenced
this issue
Jun 9, 2023
jonasraoni
added a commit
that referenced
this issue
Jun 12, 2023
jonasraoni
added a commit
that referenced
this issue
Jun 13, 2023
jonasraoni
added a commit
that referenced
this issue
Apr 8, 2024
jonasraoni
added a commit
that referenced
this issue
Apr 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At this moment, any failure on the process leads to an interruption of the task.
We should skip the bad issues and export whatever we can.
Given that skipping might fail under fatal errors, a simpler workaround would be to set a "processed date" and sort the pending deposits by this date.
Adding a new database field is a blocker for the stable branch, this way the
export_deposit_error
might be with the same purpose.The text was updated successfully, but these errors were encountered: