Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Queue
Merge requests
!634
Attempt to fix taking request concurrency
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Attempt to fix taking request concurrency
attempt-at-fixing-take-request-concurrency
into
development
Overview
2
Commits
1
Pipelines
0
Changes
1
Merged
Ruben Backx
requested to merge
attempt-at-fixing-take-request-concurrency
into
development
2 years ago
Overview
2
Commits
1
Pipelines
0
Changes
1
Expand
Changes the order of taking a request from:
start transaction
lock
do the thing
unlock (now someone else can take the same request)
end transaction
to
lock
start transaction
do the thing
end transaction
unlock
Edited
2 years ago
by
Ruben Backx
0
0
Merge request reports
Loading