Skip to content

Commit

Permalink
Merge pull request #138 from Cryptophobia/master
Browse files Browse the repository at this point in the history
fix(HPAs): add continue in try and catch block
  • Loading branch information
Cryptophobia authored Nov 25, 2020
2 parents 9aa180d + 0312315 commit 5bdad97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/api/management/commands/load_db_state_to_k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def handle(self, *args, **options):
except Exception as error:
print('ERROR: There was a problem deploying HPAs for this {} proc_type '
'of {} app due to error: {}'.format(proc_type, application, error))
continue

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

Expand Down

0 comments on commit 5bdad97

Please sign in to comment.