Skip to main content

Hi guys,

I am trying to setup a workbench to download data from various feature servers. the reader's format is Esri ArcGIS Server Feature Service and i use feature writer to write the data.

I've been having this below error notice once a while, but it's normally gone after i re-run it after a while. Python Exception <HTTPError>: 502 Server Error: BAD_GATEWAY for url

- Is there a way I can setup in my workbench to let it keep running after one of the readers has this error?

- Can I let the workbench re-run that reader after receiving this error?

Thanks

Yes, you can setup the workspace to ignore failed readers. See screenshot.

If you use a Workspacerunner then you could build in some re-run logic. If you like to stick to one workspace then you can use the featureReader and build the logic there.


Reply