Skip to content
GitLab
Next
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 55.3k
    • Issues 55.3k
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1.6k
    • Merge requests 1.6k
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #31009
Closed
Open
Issue created Aug 16, 2019 by Douwe Maan@DouweMContributor

Limit number of hooks triggered by a single push

@stanhu wrote in https://gitlab.com/gitlab-org/gitlab-ce/issues/65804#note_203405978:

Do we really want to be firing one hook per branch update? It seems to me that once we exceed some threshold (e.g. 10 branch or tag pushes), we should just aggregate the push data into a single field and send one event per hook/service. The activity feed also shouldn't be littered with 10,000 push events; maybe 1 post should be adequate there too.

Expected outcome

Don't fire hooks/services if there are more than 3 branches/tags in a single push.

Documentation

  • Update the documentation about webhooks and push events to add information about the limit: https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#push-events
  • Add information about services and push event limit: https://docs.gitlab.com/ee/user/project/integrations/project_services.html
Edited Sep 20, 2019 by Patrick Bajao
Assignee
Assign to
Time tracking