Skip to content

Commit

Permalink
Mark MOE API Contract MaxQueueWait as deprecated (Azure#27688)
Browse files Browse the repository at this point in the history
* Update mfe.json

* Update mfe.json

* Update mfe.json
  • Loading branch information
Mutilar authored and ericasp16 committed Feb 15, 2024
1 parent 31f52dc commit 07626cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19346,7 +19346,7 @@
},
"maxQueueWait": {
"format": "duration",
"description": "The maximum amount of time a request will stay in the queue in ISO 8601 format.\r\nDefaults to 500ms.",
"description": "(Deprecated for Managed Online Endpoints) The maximum amount of time a request will stay in the queue in ISO 8601 format.\r\nDefaults to 500ms.\r\n(Now increase `request_timeout_ms` to account for any networking/queue delays)",
"default": "PT0.5S",
"type": "string"
},
Expand Down

0 comments on commit 07626cd

Please sign in to comment.