#okapies

1 messages · Page 1 of 1 (latest)

slate wrenBOT
vast galleon
#

I don't know that there's specific guidance. The only thing we do ask folks to keep an eye on is sending them in batches w/ concurrency

#

Because we have api rate limits

#

I think I worded my message confusingly. We advise to NOT send in batches with concurrency

ripe glen
#

Thanks. I’d like to know if there is appropriate events to trigger reporting on our webhook handler. I understood updating metrics each time when usage happened is not a good idea.

vast galleon
#

Well usage is generally driven by usage of a product outside of stripe, so there wouldn't really be a stripe event to listen to

#

It would mostly be managed on your end depending on your product usage

ripe glen
#

Hmm. Our usage metrics is actually a number of users registered to our service for each tenant within a billing cycle. We can do the reporting by using cron but I’d like to know is there other good ideas to achieve.

vast galleon
#

Yeah up to you really

#

Just keep in mind rate limits

ripe glen
#

Ok, thanks for your kind response.