mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
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:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user