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

Add resilience to the deposit task #61

Closed
jonasraoni opened this issue Jan 20, 2023 · 0 comments · Fixed by #75 or #76
Closed

Add resilience to the deposit task #61

jonasraoni opened this issue Jan 20, 2023 · 0 comments · Fixed by #75 or #76
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jonasraoni
Copy link
Collaborator

jonasraoni commented Jan 20, 2023

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.

@jonasraoni jonasraoni added the enhancement New feature or request label Jan 20, 2023
@jonasraoni jonasraoni added this to the 2.0.4-3 milestone Jan 20, 2023
@jonasraoni jonasraoni self-assigned this Jan 20, 2023
@jonasraoni jonasraoni moved this from Backlog to Under Development in Plugins and Themes Feb 23, 2023
jonasraoni added a commit that referenced this issue Feb 23, 2023
…ence

#61 Improved resilience by processing non-errored deposits first
@github-project-automation github-project-automation bot moved this from Under Development to Done in Plugins and Themes Feb 23, 2023
jonasraoni added a commit that referenced this issue Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
1 participant