Something went wrong on our end. Please try again.
Created by: ryanslade
There were certain error cases before where we would just return an error and not update the timestamp on the external service. These would lead to the last_synced_at timestamp growing older and older until it triggered an alert. It would also cause us not to backoff when syncing these problematic services.
Closes https://github.com/sourcegraph/sourcegraph/issues/35529
Unit tests updated