Attempt to resend pending messages if job creation failed.

This commit is contained in:
Cody Henthorne
2025-06-30 16:11:22 -04:00
committed by Greyson Parrelli
parent 173983a1ab
commit f540886bb8
7 changed files with 166 additions and 11 deletions

View File

@@ -238,4 +238,8 @@ message BackupDeleteJobData {
repeated Stage completed = 1;
Tier tier = 2;
}
}
message SecondRoundFixupSendJobData {
uint64 messageId = 1;
}