We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aa180d + 0312315 commit 5bdad97Copy full SHA for 5bdad97
1 file changed
rootfs/api/management/commands/load_db_state_to_k8s.py
@@ -50,6 +50,7 @@ def handle(self, *args, **options):
50
except Exception as error:
51
print('ERROR: There was a problem deploying HPAs for this {} proc_type '
52
'of {} app due to error: {}'.format(proc_type, application, error))
53
+ continue
54
55
print("Done Publishing DB state to kubernetes.")
56
0 commit comments