Skip to content

Duplicate PRs created by concurrent webhook + cron triggers #55

@zacharias-ona

Description

@zacharias-ona

Feature Builder and Bug Fixer automations have two triggers that can fire near-simultaneously: a PULL_REQUEST_EVENT_MERGED webhook and a */10 * * * * cron. When a PR merges close to a cron tick, both triggers spawn separate agent instances, producing duplicate PRs for the same issue.

Observed duplicates:

Fix: Remove the webhook trigger. The cron is sufficient — work is picked up within 10 minutes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions