Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ApiQuotaExceeded being raised incorrectly #48

Open
judahrand opened this issue May 21, 2019 · 0 comments
Open

ApiQuotaExceeded being raised incorrectly #48

judahrand opened this issue May 21, 2019 · 0 comments

Comments

@judahrand
Copy link

I'm running into an issue with this tap. Let me give some context.

Another service (not tap-marketo) is using my Marketo's bulk API to extract information throughout the day. This means that the bulk API 'queue' is almost always full.

Unfortunately, the error code which is thrown when the queue is full is the same error code as when the API call limit for the day has been reached (error code 1029).

When this code is detected an exception is raised and the extraction exits. This behaviour seems odd in the case of a full queue as the queue is unlikely to stay full! It is not a fatal error! Surely, the behaviour which should occur is: if the queue is full, retry after an appropriate period or poll the queue until there is a free space and then the extraction should continue.

Please let me know if you have any thoughts on this. Is this an oversight? Or intended behaviour?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant