mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[fix] don't need this log anymore
This commit is contained in:
parent
b73998557c
commit
48dcfffa37
1 changed files with 0 additions and 3 deletions
3
run.py
3
run.py
|
@ -123,9 +123,6 @@ async def monitor_apps_lists():
|
||||||
"data": model_to_dict(job),
|
"data": model_to_dict(job),
|
||||||
}, "jobs")
|
}, "jobs")
|
||||||
|
|
||||||
else:
|
|
||||||
task_logger.info(f"Application {app_id} in {app_list_name} is still at the same revision {commit_sha}, do nothing")
|
|
||||||
|
|
||||||
# new app
|
# new app
|
||||||
else:
|
else:
|
||||||
task_logger.info(f"New application detected: {app_id} in {app_list_name}, scheduling a new job")
|
task_logger.info(f"New application detected: {app_id} in {app_list_name}, scheduling a new job")
|
||||||
|
|
Loading…
Add table
Reference in a new issue