From efb8039f7fcd577d784c7ee1a500239cd7f794d2 Mon Sep 17 00:00:00 2001 From: Tom Martens <19203795+that-one-tom@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:59:21 +0200 Subject: [PATCH] Remove queue mode warning (#3300) --- docs/advanced-ai/evaluations/overview.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/advanced-ai/evaluations/overview.md b/docs/advanced-ai/evaluations/overview.md index 15a41f822..bb984883a 100644 --- a/docs/advanced-ai/evaluations/overview.md +++ b/docs/advanced-ai/evaluations/overview.md @@ -8,10 +8,6 @@ contentType: overview # Overview -/// info | Not available in queue mode -Evaluations aren't yet supported for n8n instances running in [queue mode](/hosting/scaling/queue-mode.md). -/// - ## What are evaluations? Evaluation is a crucial technique for checking that your AI workflow is reliable. It can be the difference between a flaky proof of concept and a solid production workflow. It's important both in the building phase and after deploying to production.