From 3281f17b3fc560e40d886b6fb01b9119457f62a6 Mon Sep 17 00:00:00 2001 From: Stas Medvedev Date: Thu, 13 Jun 2024 02:40:17 +0300 Subject: add SAFE_MODULE --- app/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app') diff --git a/app/main.py b/app/main.py index b90fef9..ebc4297 100644 --- a/app/main.py +++ b/app/main.py @@ -58,6 +58,5 @@ async def post_restricted_exec( result.revoke(terminate=True, signal='SIGTERM') return [ - 'Execution timeout, task revoked', - result.status + 'Execution timeout, task revoked' ] -- cgit v1.2.3