You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is a 180s execution limitation imposed by ML endpoints, meaning any document reviews that run on longer documents might stop prematurely with a timeout. Document reviews should be able to last indefinitely to cater for large content.
Implementation
Rehost flow endpoints with app service, reusing the app service plan that API uses
Add easyauth configuration to new webapp
Replace aml service within API with logic to auth with web app and call new endpoint
The text was updated successfully, but these errors were encountered:
Desired functionality
Currently there is a 180s execution limitation imposed by ML endpoints, meaning any document reviews that run on longer documents might stop prematurely with a timeout. Document reviews should be able to last indefinitely to cater for large content.
Implementation
aml service
within API with logic to auth with web app and call new endpointThe text was updated successfully, but these errors were encountered: