fix(security): remove full traceback from cron error output to prevent info leakage

This commit is contained in:
memosr 2026-04-04 23:27:32 +03:00 committed by Teknium
parent daa4a5acdd
commit 5ff514ec79

View file

@ -644,8 +644,6 @@ def run_job(job: dict) -> tuple[bool, str, str, Optional[str]]:
```
{error_msg}
{traceback.format_exc()}
```
"""
return False, output, "", error_msg