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

Remove redundant Pinterest API error handlers #1087

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Nov 18, 2024

  1. Removing 403 out of action scheduler failed execution action handler.…

    … Having 403 as the reason of disconnection was causing Pinterest account to disconnect due to account status change and feed actions returning 403 http responses.
    message-dimke committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    bb7473c View commit details
    Browse the repository at this point in the history
  2. Removing action scheduler failed execution action Pinterest API excep…

    …tion handler. Action scheduler uses Pinterest APIs exceptions from which are handled by APIV5 class, no need in doubling the handling effort, making multiple disconnects per a single API failure.
    message-dimke committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    e5f0bf1 View commit details
    Browse the repository at this point in the history
  3. Reverting changes back.

    message-dimke committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    657fc28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1552a0f View commit details
    Browse the repository at this point in the history