Skip to content
Snippets Groups Projects
Commit dd48cc63 authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

Merge branch 'post_stop_hook_fix' into 'main'

always tictoc

See merge request !53
parents cd644ae4 3de14d0c
No related branches found
No related tags found
1 merge request!53always tictoc
Pipeline #132776 passed
......@@ -78,7 +78,11 @@ async def drf_request(
)
try:
tic = time.time()
try:
resp = await auth_fetch(req, parse_json=parse_json)
except Exception as tice:
raise tice
finally:
toc = time.time() - tic
app_log.debug(
"Backend request duration",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment