This is how auto-merge works at Bumble, how we optimised processes and removed restrictions on the number of tickets per day

This page summarizes the projects mentioned and recommended in the original post on /r/programming

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • bors-ng

    Discontinued 👁 A merge bot for GitHub Pull Requests

  • Sounds like they settled on the bors model of a batching merge queue. Gitlab's merge trains instead speculatively run all of the merges at once which gives more precise data at a higher cost and longer time, if your number of parallel runners is limited.

  • cache

    Cache dependencies and build outputs in GitHub Actions

  • If I take Github as an example with their cache action. It is caching it in the repository, so each following action runner has the cache passed to it. I didn't find the perfect formula yet, but it's worth a try.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts