Skip to content

Commit cb366c7

Browse files
Update src/workflow-design-guide/general-principles.rst
1 parent c50b251 commit cb366c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workflow-design-guide/general-principles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ to delay job submission until the expected data arrival time:
275275
Clock-triggered tasks typically have to handle late data arrival. Task
276276
:cylc:conf:`execution retry delays` can be used to simply retrigger
277277
the task at intervals until the data is found, but frequently retrying small
278-
tasks should probably not go to a :term:`job runner`, and multiple task
278+
tasks is inefficient, and multiple task
279279
failures will be logged for what is a essentially a normal condition (at least
280280
it is normal until the data is really late).
281281

0 commit comments

Comments
 (0)