hypothesis / hypothesis/report
Reports fail when pulling deal details for 11k+ companies
Open
bug
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
We are getting errors back from Hubspot with the following:
> The maximum allowed batch size is 11000
This happens after:
> Company deal associations...
In the logs.
This is to do with us pulling the details for associated deals. There is a batch limit of 11k and we've recently gone over 11k companies. It seems the library isn't doing any chunking, so we will have to.
Fix here:
* https://github.com/hypothesis/report/pull/208
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.