cds icon indicating copy to clipboard operation
cds copied to clipboard

fix(api): TakeJob errors managements

Open fsamin opened this issue 5 years ago • 1 comments

If the takeJob is in error, probably the job is globally in error and should failed:

example:

pprofLabel>recoverWrap>Handle>postTakeWorkflowJobHandler>takeJob>LoadSecrets>DecryptVCSStrategyPassword: internal server error (caused by: Cannot takeJob nodeJobRunID:4557567: Cannot load secrets: LoadSecrets> Cannot decrypt vcs configuration: EncryptVCSStrategyPassword> Unable to decoding password: illegal base64 data at input byte 8)

fsamin avatar Apr 24 '19 11:04 fsamin

pprofLabel>recoverWrap>Handle>postTakeWorkflowJobHandler>takeJob>LoadNodeJobRunKeys: internal server error (caused by: Cannot takeJob nodeJobRunID:4576384: Cannot load keys: LoadNodeJobRunKeys> Cannot decode env key env-env-ssh-********: illegal base64 data at input byte 0)

richardlt avatar Apr 25 '19 15:04 richardlt

There are now much more data on job info about that.

yesnault avatar Sep 19 '22 08:09 yesnault