'Max Request Limit in Certain Situations?
So I've written some python code that accrues data from our CRM's API one record at a time, collates all the records and does some analytics with that data. When I run the script in a VSCode terminal it runs all the way through with no problems (it takes about 20 minutes to get through everything), but when I run it in the windows terminal via a .bat file & with windows scheduler, I get a "you have reached the maximum request limit" error. Since windows scheduler is my main method of triggering python scripts on a regular basis, this is quite damaging to my workflow. Does anyone have ideas about why this could be happening?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
