We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0036a commit 282ba6aCopy full SHA for 282ba6a
taskiq/receiver/receiver.py
@@ -214,7 +214,7 @@ async def run_task( # noqa: C901, WPS210
214
is_err=found_exception is not None,
215
log=None,
216
return_value=returned,
217
- execution_time=execution_time,
+ execution_time=round(execution_time, 2),
218
)
219
# If exception is found we execute middlewares.
220
if found_exception is not None:
0 commit comments