mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
commit
de28fea3b5
1 changed files with 1 additions and 0 deletions
1
run.py
1
run.py
|
@ -412,6 +412,7 @@ async def jobs_dispatcher():
|
|||
|
||||
job.state = "running"
|
||||
job.started_time = datetime.now()
|
||||
job.end_time = None
|
||||
job.save()
|
||||
|
||||
worker.state = "busy"
|
||||
|
|
Loading…
Add table
Reference in a new issue