Skip to content

Commit ec0364a

Browse files
committed
fix(docs): update locked trigger section
1 parent 10d0ad9 commit ec0364a

File tree

1 file changed

+2
-2
lines changed
  • content/docs/04.workflow-components/07.triggers

1 file changed

+2
-2
lines changed

content/docs/04.workflow-components/07.triggers/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ Let's break down the above example:
256256

257257
## Locked triggers
258258

259-
[Flow](./02.flow-trigger.md), [Schedule](./01.schedule-trigger.md) and [Polling triggers](./04.polling-trigger.md) have locks to avoid concurrent trigger evaluation and concurrent execution of a flow for a trigger.
259+
[Flow](./02.flow-trigger.md), [Schedule](./01.schedule-trigger.md), and [Polling triggers](./04.polling-trigger.md) have locks to avoid concurrent trigger evaluation and concurrent execution of a flow for a trigger.
260260

261-
To see a list of triggers and inspect their current status, go to the **Administration -> Triggers** section in the Kestra UI. From here, you can unlock a trigger if it is locked. Keep in mind that there is a risk or concurrent trigger evaluation or flow execution for this trigger if you unlock it manually.
261+
To see a list of triggers and inspect their current status, go to the **Administration -> Triggers** section in the Kestra UI. From here, you can unlock a trigger if it is locked. Note that doing so raises a risk of concurrent trigger evaluation or flow execution for this trigger if you unlock it manually.
262262

263263
## Setting inputs inside of triggers
264264

0 commit comments

Comments
 (0)