Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix InMemoryConnector handling of queueing_lock #374

Merged
merged 1 commit into from
Dec 18, 2020
Merged

Conversation

elemoine
Copy link
Contributor

Closes #372

Successful PR Checklist:

  • Tests
    • (not applicable?)
  • Documentation
    • (not applicable?)
  • Had a good time contributing?

@codecov
Copy link

codecov bot commented Dec 18, 2020

Codecov Report

Merging #374 (81674ac) into master (a22244c) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #374   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           28        28           
  Lines         1602      1601    -1     
  Branches       173       173           
=========================================
- Hits          1602      1601    -1     
Impacted Files Coverage Δ
procrastinate/testing.py 100.00% <100.00%> (ø)
procrastinate/cli.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a22244c...81674ac. Read the comment docs.

@elemoine elemoine merged commit 0895281 into master Dec 18, 2020
@elemoine elemoine deleted the memory-connector branch December 18, 2020 16:30
@BracketJohn BracketJohn mentioned this pull request Jan 7, 2021
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InMemoryConnector and AiopgConnector handle queueing_lock=None differently
2 participants