_stefanzweifel’s avatar_stefanzweifel’s Twitter Archive—№ 1,981

  1. …in reply to @marcelpociot
    @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 backoff and retryUntil to retry it for 24 hours. Also have a retry button in the UI