Skip to content
Snippets Groups Projects

Attempt to fix taking request concurrency

All threads resolved!

Changes the order of taking a request from:

  1. start transaction
  2. lock
  3. do the thing
  4. unlock (now someone else can take the same request)
  5. end transaction

to

  1. lock
  2. start transaction
  3. do the thing
  4. end transaction
  5. unlock
Edited by Ruben Backx

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Otto Visser resolved all threads

    resolved all threads

  • Otto Visser approved this merge request

    approved this merge request

  • Otto Visser started a merge train

    started a merge train

  • merged

  • Otto Visser mentioned in commit e36c36a3

    mentioned in commit e36c36a3

  • Please register or sign in to reply
    Loading