Skip to content

Commit aba7a45

Browse files
author
John Schulz
committed
Don't use limiting logic on checkin route
1 parent 7cc7f2d commit aba7a45

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/ingest_manager/server/routes/agent

1 file changed

+1
-1
lines changed

x-pack/plugins/ingest_manager/server/routes/agent/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const registerRoutes = (router: IRouter) => {
8585
{
8686
path: AGENT_API_ROUTES.CHECKIN_PATTERN,
8787
validate: PostAgentCheckinRequestSchema,
88-
options: { tags: [LIMITED_CONCURRENCY_ROUTE_TAG] },
88+
options: { tags: [] },
8989
},
9090
postAgentCheckinHandler
9191
);

0 commit comments

Comments
 (0)