Skip to content

Commit 5bdad97

Browse files
authored
Merge pull request #138 from Cryptophobia/master
fix(HPAs): add continue in try and catch block
2 parents 9aa180d + 0312315 commit 5bdad97

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/api/management/commands/load_db_state_to_k8s.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def handle(self, *args, **options):
5050
except Exception as error:
5151
print('ERROR: There was a problem deploying HPAs for this {} proc_type '
5252
'of {} app due to error: {}'.format(proc_type, application, error))
53+
continue
5354

5455
print("Done Publishing DB state to kubernetes.")
5556

0 commit comments

Comments
 (0)