bypass the stuck domain

This commit is contained in:
Usman Nasir
2020-09-30 11:10:22 +05:00
parent 2e2563d89f
commit 536eb1d7ae
2 changed files with 4 additions and 3 deletions

View File

@@ -433,7 +433,7 @@ class IncScheduler():
if oldJobContinue and not doit:
if domain == stuckDomain:
doit = 1
pass
continue
else:
continue
@@ -542,7 +542,7 @@ Automatic backup failed for %s on %s.
if oldJobContinue and not doit:
if domain == stuckDomain:
doit = 1
pass
continue
else:
continue

View File

@@ -1585,6 +1585,7 @@ app.controller('scheduleBackup', function ($scope, $http, $window) {
$scope.fetchJobs = function () {
$scope.cyberPanelLoading = false;
$scope.jobsHidden = true;
var config = {
headers: {
@@ -1642,7 +1643,7 @@ app.controller('scheduleBackup', function ($scope, $http, $window) {
}
};
var data = {
selectedAccount: $scope.selectedAccount,
selectedAccount: $scope.selectedAccountAdd,
name: $scope.name,
backupFrequency: $scope.backupFrequency
};