Skip to content
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

Duplicate WebhookHistory records if multiple builds are started? #3480

Closed
praiskup opened this issue Oct 15, 2024 · 1 comment
Closed

Duplicate WebhookHistory records if multiple builds are started? #3480

praiskup opened this issue Oct 15, 2024 · 1 comment

Comments

@praiskup
Copy link
Member

Per:

id = db.Column(db.Integer, primary_key=True)
created_on = db.Column(db.Integer, nullable=True)
# Null values are possible via custom webhook implementation that do not pass a UUID or User Agent.
user_agent = db.Column(db.Text,nullable=True)
webhook_uuid = db.Column(db.Text, nullable=True)

And #3456, it seems that when one webhook triggers multiple builds, we get multiple WebhookHistory entries.

@nikromen
Copy link
Member

nikromen commented Oct 25, 2024

probably fixed, reopen if not

@nikromen nikromen moved this from Needs triage to Done in CPT Kanban Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants