-
@marcelpociot Depends. We have jobs that export data to client APIs. We create logs in the DB for each attempt. If a request fails, we send a notificaiton to the team. If the request was a 5xx-error, we use
backoffandretryUntilto retry it for 24 hours. Also have a retry button in the UI