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
I'm trying to search for appointment slots for a given order, and contrary to what the docs claim, pagination does not seem to be happening. If I search for a 1-day window of slots, I get 165 results back. If I search for any larger window, my server runs out of memory (it has 2GB allocated) and the process is killed.
Is there a way to limit a bundle size (165+ seems large for pagination), and how do I actually force pagination to happen, since it doesn't seem to be happening here?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to search for appointment slots for a given order, and contrary to what the docs claim, pagination does not seem to be happening. If I search for a 1-day window of slots, I get 165 results back. If I search for any larger window, my server runs out of memory (it has 2GB allocated) and the process is killed.
Success:
Failure:
Is there a way to limit a bundle size (165+ seems large for pagination), and how do I actually force pagination to happen, since it doesn't seem to be happening here?
The text was updated successfully, but these errors were encountered: