You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a issue while testing nonAdminBackup the queue position only gets reduced when backup gets successful for failed backups it stays the same. Queue count be reduced for the failed velero backups as velero backups cannot be continued.
Queue count doesn't get changed for the failed velero backups
The text was updated successfully, but these errors were encountered:
PrasadJoshi12
changed the title
estimatedQueuePosition counter only gets reduced for successful backups
estimatedQueuePosition counter only gets reduced for successful velero backups
Feb 18, 2025
The estimated queue is the queue of the NAB object to be handled by the velero.
It went down to 1 meaning it's now being worked on.
The work has finished with fail state, we update state, but we are not removing the queue number.
From the user perspective I would look first at the failure and ignore queue number as I don't expect something with Failed final error to be worked on ever again.
I noticed a issue while testing nonAdminBackup the queue position only gets reduced when backup gets successful for failed backups it stays the same. Queue count be reduced for the failed velero backups as velero backups cannot be continued.
Steps to follow:-
Actual result:-
Queue count doesn't get changed for the failed velero backups
The text was updated successfully, but these errors were encountered: