From 15e8de72c5e379d08909dcb528a016ee7a7407ee Mon Sep 17 00:00:00 2001 From: FAQ Bot Date: Thu, 15 Jan 2026 09:07:25 +0000 Subject: [PATCH] NEW: What does concurrency mean in Kestra, and how does it work? --- .../113_9a825c5aae_kestra-concurrency-definition.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _questions/machine-learning-zoomcamp/general/113_9a825c5aae_kestra-concurrency-definition.md diff --git a/_questions/machine-learning-zoomcamp/general/113_9a825c5aae_kestra-concurrency-definition.md b/_questions/machine-learning-zoomcamp/general/113_9a825c5aae_kestra-concurrency-definition.md new file mode 100644 index 0000000..8604f8c --- /dev/null +++ b/_questions/machine-learning-zoomcamp/general/113_9a825c5aae_kestra-concurrency-definition.md @@ -0,0 +1,7 @@ +--- +id: 9a825c5aae +question: What does concurrency mean in Kestra, and how does it work? +sort_order: 113 +--- + +Kestra concurrency means controlling how many executions of the same flow can run at the same time. It is used to prevent problems such as duplicate processing, data corruption, or excessive resource usage when a flow is triggered multiple times. \ No newline at end of file