[Bug] NewMode Connector rate limit #883
Labels
bug
Impact - something is currently broken in Parsons and needs to be fixed
low priority
Priority - this is a nice-to-have, is non-urgent, and/or has a minor overall imapact on Parsons
When I try to use the get_outreach() more than 30 times (in a loop) I get a CSRF Token error, potentially suggesting a limit to the number of consecutive calls that can be made.
Detailed Description
In my example code below if I give it a list of 100 outreach_ids, i'd expect it to return all the associated target_ids. But it's breaking after the 29th loop. The error message that I am getting is:
I think the 'NoneType' error is a red herring because If I run the 30th outreach_id on it's own I get the expected results.
I should also add that switching from using the Parsons connector to using the functions/class in Canales fixed my issue.
To Reproduce
Example code that I was trying to run.
Your Environment
Additional Context
Add any other context about the problem here.
Priority
Low priority, as I said, using the Canales NewMode code instead allowed me to do what I needed to do
The text was updated successfully, but these errors were encountered: