job status reporter

This commit is contained in:
EugeneTes
2026-02-05 08:42:34 +01:00
parent 1c0c95842a
commit 08da2c1e3e
3 changed files with 33 additions and 25 deletions

View File

@@ -33,6 +33,8 @@ public class JamesStatusReporter : IJobStatusReporter
var response = await _httpClient.SendAsync(request);
response.EnsureSuccessStatusCode();
var text = await response.Content.ReadAsStringAsync();
}
catch (Exception ex)
{