add taskexecutor status check (#2038)

### What problem does this PR solve?


### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Kevin Hu
2024-08-21 17:48:00 +08:00
committed by GitHub
parent 9b3f5fd38b
commit 0f95086813
3 changed files with 37 additions and 1 deletions

View File

@ -177,4 +177,4 @@ def test_db_connect():
db.close()
return get_json_result(retmsg="Database Connection Successful!")
except Exception as e:
return server_error_response(str(e))
return server_error_response(e)