elasticio / salesforce-component

elastic.io component that connects to Salesforce API (node.js)
Apache License 2.0
3 stars 7 forks source link

1k limitation #131

Closed vdidushko closed 4 years ago

vdidushko commented 4 years ago

Our customer from PDI has a flow that inserts data from Salesforce to Redshift. He has around 8k records, however, the flow goes to sleep after importing 1k records.

screenshot_68

AFAIK this might be related to :

https://github.com/elasticio/salesforce-component/blob/65c472a9fcfaa3b1564e2c6f2a3f5877df53820d/lib/actions/query.js#L8

kirill-levitskiy commented 4 years ago

The bug was fixed and update is available in the master branch