Browse Source

Update manage.py

qiaofeng1227 2 years ago
parent
commit
7c7db58da9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      appmanage/api/service/manage.py

+ 3 - 0
appmanage/api/service/manage.py

@@ -359,6 +359,9 @@ def check_app_rq(app_id):
     run_job_ids = started.get_job_ids()
     failed_job_ids = failed.get_job_ids()
     queue_job_ids = q.job_ids
+    myLogger.info_logger(queue_job_ids)
+    myLogger.info_logger(run_job_ids)
+    myLogger.info_logger(failed_job_ids)
     if app_id in queue_job_ids:
         return True    
     if app_id in run_job_ids: