Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Tryton Tryton
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 766
    • Issues 766
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 92
    • Merge requests 92
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to a massive storm of spam, registration on this instance now requires explicit administrator approval. Sorry for the added friction, we're also looking into automatic filtering options.

  • TrytonTryton
  • TrytonTryton
  • Merge requests
  • !31

Retry pulling from the queue when DatabaseOperationalError is raised

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Cédric Krier requested to merge topic/default/trytond-worker-pull-operation-error into branch/default Dec 23, 2022
  • Overview 2
  • Commits 1
  • Pipelines 2
  • Changes 1

The Queue.pull method can raise such exception even with an autocommit transaction because the update query can be in conflict with another same update query. This is because we use repeatable isolation level.

Closes #11937 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/default/trytond-worker-pull-operation-error