[source-greenhouse] Check fails as API timeouts #45411
Labels
area/connectors
Connector related issues
community
connectors/source/greenhouse
team/connectors-python
type/bug
Something isn't working
Connector Name
source-greenhouse
Connector Version
0.5.15
What step the error happened?
During the sync
Relevant information
Hi,
There is a major issue with Greenhouse source connector at the check step. The checks actually send a GET on https://harvest.greenhouse.io/v1/applications?per_page=100&created_after=1970-01-01T00%3A00%3A00.000Z and return for us 500 {"message":"Server timeout in API"}. We are a major user of Greenhouse indeed with a lot of application items. Greenhouse support advise us to use the
skip_count
parameter to avoid pagination. I tried it, it is indeed 10x faster.If someone can do this little addition, it would be great, otherwise we'll be obliged to do it.
Thanks
Relevant log output
Contribute
The text was updated successfully, but these errors were encountered: