plone / guillotina

Python AsyncIO data API to manage billions of resources
https://guillotina.readthedocs.io/en/latest/
Other
188 stars 51 forks source link

Fix error with requeued async queue tasks #796

Closed vangheem closed 4 years ago

vangheem commented 4 years ago
TypeError
'tuple' object is not callable
codecov-io commented 4 years ago

Codecov Report

Merging #796 into 5.x will increase coverage by 0.1%. The diff coverage is 94.5%.

Impacted file tree graph

@@           Coverage Diff           @@
##             5.x    #796     +/-   ##
=======================================
+ Coverage   94.2%   94.2%   +0.1%     
=======================================
  Files        305     305             
  Lines      27107   27123     +16     
=======================================
+ Hits       25511   25529     +18     
+ Misses      1596    1594      -2
Impacted Files Coverage Δ
guillotina/tests/test_queue.py 100% <100%> (ø) :arrow_up:
guillotina/async_util.py 87.8% <66.7%> (+1.6%) :arrow_up: