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

Fix Move handler not being triggered when failing to fetch target #15107

Merged
merged 1 commit into from
Nov 9, 2020

Commits on Nov 8, 2020

  1. Fix Move handler not being triggered when failing to fetch target

    When failing to fetch the target account, the ProcessingWorker fails
    as expected, but since it hasn't cleared the `move_in_progress` flag,
    the next attempt at processing skips the `Move` activity altogether.
    
    This commit changes it to clear the flag when encountering any
    unexpected error on fetching the target account. This is likely to
    occur because, of, e.g., a timeout, when many instances query the
    same actor at the same time.
    ClearlyClaire committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    9b87aae View commit details
    Browse the repository at this point in the history