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

Add support for batch api #106

Open
MrTin opened this issue Sep 15, 2023 · 1 comment
Open

Add support for batch api #106

MrTin opened this issue Sep 15, 2023 · 1 comment

Comments

@MrTin
Copy link

MrTin commented Sep 15, 2023

Our use case is to update user properties daily. We batch-load hundreds of users at a time from DB but send one request per user using this library.

It's not a significant pain as we are in the low thousands, but we are growing steadily, which will become a problem. I'm hoping you have a chance to add this before it does, or I'll have to resort to either submitting a PR or making a httparty :-)

Relevant news article: https://www.customer.io/docs/release-notes/2023-01-10-track-v2-api/

@ishields
Copy link

ishields commented Nov 16, 2023

Hello, I'm in the same boat and would love to be able to send batch instead of single requests for performance reasons. This would help us avoid ever hitting the rate limits.

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

2 participants