The API docs state:
"When sending data to Customer.io, Behavioral Tracking API calls should be limited to 30 requests per second. This limit applies to both active data integrations, as well as historical backfill scripts."
What are your thoughts about updating the send_request() method to automatically queue tasks to obey this limit? I'd be happy to write the code.
The API docs state:
"When sending data to Customer.io, Behavioral Tracking API calls should be limited to 30 requests per second. This limit applies to both active data integrations, as well as historical backfill scripts."
What are your thoughts about updating the send_request() method to automatically queue tasks to obey this limit? I'd be happy to write the code.