Set project correctly in Sidekiq logs when creating a project
Our Sidekiq logs take context (user, project, etc.) from the place where they were invoked - typically a controller or API endpoint. They weren't set correctly when we created a project, because in that case the project doesn't exist when we start processing the request.
Showing
Please register or sign in to comment