ConvertKit/ConvertKitSDK-PHP

Non-Performant: Hits Rate Limits Easily

duplaja opened this issue · 1 comments

When I switched to using this in production, I couldn't figure out why it kept causing rate limit issues. Then I saw it works by paging through every page of subscribers, and was attempting to make over 700 API calls in a loop, for a recently added subscriber.

public function get_subscriber_id( $email_address ) {

Duplicate, sorry