How design optimized and fault tolerant processing of GET from a third party service?
Anonymous User
474

Let's say I have a job which triggers a GET call to a third party endpoint which responds with latest data.
The job will then store this data in a db. I'm asking is how to make sure that there's no loss of data and everything is saved in DB.
I'm concerned if something breaks in the processing of job before saving to db, the data wil be lost.

Comments (1)