mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] remove log output on cli
This commit is contained in:
parent
7a201a530e
commit
145141a23d
1 changed files with 0 additions and 2 deletions
2
run.py
2
run.py
|
@ -147,8 +147,6 @@ async def run_job(worker, job):
|
|||
"data": model_to_dict(job),
|
||||
}, ["jobs", f"job-{job.id}"])
|
||||
|
||||
print(f">> {line}")
|
||||
|
||||
# XXX stupid crap to stimulate long jobs
|
||||
await asyncio.sleep(random.randint(1, 15))
|
||||
# await asyncio.sleep(5)
|
||||
|
|
Loading…
Add table
Reference in a new issue