Closed sanderegg closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 64.44%. Comparing base (
17f486e
) to head (d9df523
). Report is 1 commits behind head on master.:exclamation: There is a different number of reports uploaded between BASE (17f486e) and HEAD (d9df523). Click for more details.
HEAD has 30 uploads less than BASE
| Flag | BASE (17f486e) | HEAD (d9df523) | |------|------|------| |unittests|31|1|
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
What do these changes do?
Until now
What this PR brings
exclusive decorator changes (redis_utils.py, test_redis_utils.py):
lock_key_builder
callable (a la aiocache),redis_client_builder
callable (a la aiocache),dv-2 scheduling is now running 1 asyncio.Task per computational pipeline:
What this PR does not yet bring (will come in part 2 and is not part of this PR!!!)
Related issue/s
How to test
Dev-ops checklist