OpenFn / gife

0 stars 0 forks source link

Improve chunk response errors in workflow-2 #8

Closed mtuchi closed 1 year ago

mtuchi commented 1 year ago

Summary,

Currently the workflow uses the batch subscribe or unsubscribe to delete member tags, This operation is performed in chunks of 500 records per request. The current implementation will only catch the last request response errors which is not ideally in a situation where you have more than one chunk.

Improve the workflow to handle chunk response errors See the implementation from the first workflow for inspiration

bryceVeraSolutions commented 1 year ago

@mtuchi See https://github.com/OpenFn/gife/pull/9

mtuchi commented 1 year ago

@mtuchi See #9 Closing this as it's done on #9