[NO TESTS] WIP
This commit is contained in:
parent
6e6eb2d913
commit
f2079fcd7a
2 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,7 @@ def reliable_remote_job(make_request,
|
||||||
resp.raise_for_status()
|
resp.raise_for_status()
|
||||||
job = job_from_response(resp)
|
job = job_from_response(resp)
|
||||||
|
|
||||||
# If the user gave us a circuit breaker, use that to bound our waiting.
|
# If the user gave us a circuit breaker, use that to bound our waiting.
|
||||||
with callback_timeout or forever():
|
with callback_timeout or forever():
|
||||||
try:
|
try:
|
||||||
await cb.event
|
await cb.event
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
alabaster==0.7.12
|
alabaster==0.7.12
|
||||||
|
anosql==1.0.2
|
||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
attrs==20.3.0
|
attrs==20.3.0
|
||||||
autoflake==1.4
|
autoflake==1.4
|
||||||
|
|
Loading…
Reference in a new issue