Avoid PacerLoginException when calling recap-fetch? #3994
Unanswered
stephen-jones-praedicat
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hm, are you sending a lot of requests in around the same time? I think that can be part of the issue. I think we need more sophistication around what we do when credentials time out, and I think what can happen is that when they time out, if there are a lot of pending items, many of those will fail before we can log back in with a future request. Maybe try spacing requests out by 5s or so, and see if that could help? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
About 40% of our recap-fetch requests are resulting in PacerLoginException errors. We make the calls again and eventually they all work. Is there something we could be doing differently to avoid running into this problem?
I found this but I'm not sure whether it's related: #3423 (comment)
Any help would be appreciated.
Thanks,
Stephen
Beta Was this translation helpful? Give feedback.
All reactions