microsoft / DLWorkspace

Deep Learning Workspace
Other
200 stars 74 forks source link

Dashboard: allow submit null timeout #1304

Open Gerhut opened 3 years ago

Gerhut commented 3 years ago

Luckily the RestfulAPI side support null timeout, (nullable=True by default) ref: https://flask-restful.readthedocs.io/en/latest/api.html#reqparse.Argument and https://github.com/microsoft/DLWorkspace/blob/v1.7/src/RestAPI/dlwsrestapi.py#L1100

Frontend: delete the timeout field and press enter will set timeout to null, which disables the job kill timeout.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 3820


Totals Coverage Status
Change from base Build 3815: 0.0%
Covered Lines: 986
Relevant Lines: 1058

💛 - Coveralls