mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-31 11:20:24 +00:00
feat: add progress_tasks to /background endpoint
This commit is contained in:
@@ -22,6 +22,7 @@ def background_job_list():
|
||||
"status": job["status"],
|
||||
"running": job["is_running"],
|
||||
"progress": job.get("progress"),
|
||||
"progress_tasks": job.get("progress_tasks"),
|
||||
"error": job.get("error", None),
|
||||
}
|
||||
for jobid, job in ApiBG.jobs.items()
|
||||
|
||||
Reference in New Issue
Block a user