-
Couldn't load subscription status.
- Fork 98
Closed
Description
The Session class implements rate limiting which allows for smooth asynchronous communication with Planet servers. However, this rate-limiting only works with one Session being used. Multiple Sessions will bypass rate-limiting. This is a very important concept for properly using Session but it isn't in our docs and in fact we even forget how to use it properly (see #759, which I totally missed on my PR review of the example).
Let's clearly document (and highlight) proper usage of Session (demonstrated in orders_create_and_download_multiple_orders.py)