Hacker News new | ask | show | jobs
by lozzo 3025 days ago
my thoughts: I was looking for the way you handle exceptions. And found none. For me any enrichment API needs to be designed to handle exceptional case and make it easy to deal with them.

Say that during enrichment I might want to do some lookups what if one of them is not working...

1 comments

Hi, thanks for your feedback. You’re right. There is no exception handling yet. I also plan to add some kind of state handling, so that jobs can be paused/resumed. What do you mean by making lookups?