Skip to content
  • Quang-Minh Nguyen's avatar
    Move Labkit::Middleware::Rack to the top · 50d01d89
    Quang-Minh Nguyen authored
    Labkit context is essential for our application so that it abtracts
    context data passing in different layers of a request lifecyle. Before
    this change, there is a middleware that initiates context and setup
    collaboration ID. That middleware is unfornuately in the middleware of
    the middleware stack. Moving it to the top, right after RequestId
    middleware, unlocks some useful use cases for us.
    
    Issue: gitlab-com/gl-infra/scalability#1083
    Change: changed
    50d01d89