You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a problem when trying to collect some data fro all users. I'm using scroll operation for ~45k users. I can no longer finish all scrolling operations due to failures in the middle of the scroll. Restarting scroll (on the next day) gives back "scroll already exists" error. I'm using single app for this. There exists few other apps on this workspace, however my scroll is used by single app only.
Scrolling timeouts at a certain page. Restarting scroll gives back error scroll already exists for this workspace
Steps to reproduce
Start user scroll
Scroll fails at a certain page with errors like:
a) io.intercom.api.IntercomException: Local exception calling [https://api.intercom.io//users/scroll?scroll_param=e768d820-1874-47a8-884b-9c3811c546a1]. Check connectivity and settings. [Read timed out]
b) io.intercom.api.NotFoundException: scroll parameter not found
By checking timestamps it fails when response takes more than 1 minute
Starting new scroll on the next day gives back error:
io.intercom.api.ClientException: scroll already exists for this workspace
Logs
io.intercom.api.NotFoundException: scroll parameter not found
io.intercom.api.IntercomException: Local exception calling [https://api.intercom.io//users/scroll?scroll_param=e768d820-1874-47a8-884b-9c3811c546a1]. Check connectivity and settings. [Read timed out]
io.intercom.api.ClientException: scroll already exists for this workspace
The text was updated successfully, but these errors were encountered:
There's a problem when trying to collect some data fro all users. I'm using scroll operation for ~45k users. I can no longer finish all scrolling operations due to failures in the middle of the scroll. Restarting scroll (on the next day) gives back "scroll already exists" error. I'm using single app for this. There exists few other apps on this workspace, however my scroll is used by single app only.
Version info
Expected behavior
Scroll through all users.
Actual behavior
Scrolling timeouts at a certain page. Restarting scroll gives back error
scroll already exists for this workspace
Steps to reproduce
a) io.intercom.api.IntercomException: Local exception calling [https://api.intercom.io//users/scroll?scroll_param=e768d820-1874-47a8-884b-9c3811c546a1]. Check connectivity and settings. [Read timed out]
b) io.intercom.api.NotFoundException: scroll parameter not found
By checking timestamps it fails when response takes more than 1 minute
io.intercom.api.ClientException: scroll already exists for this workspace
Logs
io.intercom.api.NotFoundException: scroll parameter not found
io.intercom.api.IntercomException: Local exception calling [https://api.intercom.io//users/scroll?scroll_param=e768d820-1874-47a8-884b-9c3811c546a1]. Check connectivity and settings. [Read timed out]
io.intercom.api.ClientException: scroll already exists for this workspace
The text was updated successfully, but these errors were encountered: