Replies: 1 comment 1 reply
-
@irinhwng there's not really anything to go on from the log snipped you posted. Are you able to reproduce the issue using a script that you can share and/or share the full command and log? Your query is going to read every record in the database and apply the filter (since |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background information:
The issue:
requests.post
:Note: it can run the query successfully until the very end (meaning: status code is 200 when bookmark = None and bookmark = xyz) but fails at the last bookmark.
So I thought to myself: there's probably a bug in my class. As a sanity check, I decided to use the UI from _utils and use the
Mango Query
dropdown. Here's the error I got from mango query:I further analyzed the pod logs and found these errors:
What is going on here? Any pointers would be greatly appreciated. I'm scouring the internet for solutions and I have no idea what's going on.
PS:
The query is using the
date
field to only query records based on 2 date ranges. Sample query is:Beta Was this translation helpful? Give feedback.
All reactions