imnotjames / bytewax-webflow

MIT License
0 stars 1 forks source link

Collection Item Sink: Better error handling #10

Open imnotjames opened 16 hours ago

imnotjames commented 16 hours ago

In the case of the sink failing to interact with the API we bail out with an error. This doesn't seem ideal and instead we should probably HANG until the API is back?

imnotjames commented 16 hours ago

That is a bad solution. And blocking the account is obnoxious - Just don't spam. Reported.

imnotjames commented 15 hours ago

Looking at how the other sinks handle this, they actually let the exception bubble up and seem to prefer that the sink handles it with recovery points. I'll have to ask the devs.