Property reference

com.glide.rest.api.non_concurrent.urls

The com.glide.rest.api.non_concurrent.urls property defines specific HTTP request URLs that the RESTAPIProcessor will handle sequentially rather than concurrently. Admins should review this property to ensure that critical API requests are processed without conflict, especially in high-traffic environments.

Default: /api/now(/v[0-9]+)?/ui/(impersonate|date_time|navigator|page_timing)(/?$|(/?[_a-z0-9].*$)) Type: string Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property specifies a regular expression for HTTP request URLs that restricts concurrent processing by the RESTAPIProcessor, ensuring requests are handled one at a time.
What area does it affect? REST API processing
What does the default mean? The default value is "/api/now(/v[0-9]+)?/ui/(impersonate|date_time|navigator|page_timing)(/?$|(/?[_a-z0-9].*$))", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring API endpoints or troubleshooting request processing issues.

Out of the box property record

Raw metadata from the property record.

Property name com.glide.rest.api.non_concurrent.urls
Sys ID 807c7124c73203005cf3df627a9763a4
Type string
Application Global
Default value /api/now(/v[0-9]+)?/ui/(impersonate|date_time|navigator|page_timing)(/?$|(/?[_a-z0-9].*$))
Description PLEASE CONTACT DEV-INTERFACES TEAM BEFORE CHANGING. More info at KB0683357 This property specifies the http request urls(as a regular expression) that RESTAPIProcessor can not process concurrently. These http requests are processed one at a time.
Updated 2024-05-25 03:39:03