-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random duplicate jobs #1420
Comments
/assign |
This was referenced Feb 16, 2022
Actually, doing this will break manual trigger done using |
I have a similar issue: a manually merge pr in github web ui created two duplicate release jobs (and pipelines). I noticed two things:
@ankitm123 in case the info is of any help |
That the GUID isn't there point towards that the job is created by keeper, not webhook. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Randomly, duplicate jx jobs are created a few seconds apart (2-3 seconds).
This leads to wasting cloud resources.
Looking at the lighthouse webhook pod, only shows one lighthouse job was created, but build controller is creating 2 pipeline activities, which makes sense as there are 2 lighthouse jobs which creates 2 tekton pipelineruns.
I am not sure what is the root cause, but the second job does not have a GUID associated with it. It does have the
created-by-lighthouse
label set totrue
, so we know it was created by lighthouse (and not some weird github issue)So, we can probably check if a GUID exists before creating a lighthousejob.
Long term: we want to understand the root cause of the duplicate jobs (a rogue goroutine may be)?
This is the label section of the duplicate job (missing guid):
Original job:
The text was updated successfully, but these errors were encountered: