Skip to content

Set webhook as MailRoom's default delivery strategy

What does this MR do?

For gitlab-com/gl-infra/scalability#1462 (closed)

In !2358 (merged), we introduced a new deliveryMethod option of Gitlab. This component receives incoming email and service email, then delivers the email content to Rails web service. The deliveryMethod allows the customers to choose between two supported methods: webhook and sidekiq. GitLab.com has switched to use webhook delivery method for a while. I think it's time to switch the default method to webhook for all self-managed instances.

Related issues

gitlab-com/gl-infra/scalability#1462 (closed)

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for omnibus-gitlab opened
Edited by Mitchell Nielsen

Merge request reports