We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc7f2d commit aba7a45Copy full SHA for aba7a45
x-pack/plugins/ingest_manager/server/routes/agent/index.ts
@@ -85,7 +85,7 @@ export const registerRoutes = (router: IRouter) => {
85
{
86
path: AGENT_API_ROUTES.CHECKIN_PATTERN,
87
validate: PostAgentCheckinRequestSchema,
88
- options: { tags: [LIMITED_CONCURRENCY_ROUTE_TAG] },
+ options: { tags: [] },
89
},
90
postAgentCheckinHandler
91
);
0 commit comments