Skip to content

Add context to SessionsController

Sean McGivern requested to merge add-context-to-sessions-controller into master

What does this MR do?

This controller doesn't inherit from ApplicationController and so doesn't use its set_current_context method. That means we're missing a context for Sidekiq jobs scheduled from this controller (emails and potentially web hooks).

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

Merge request reports