We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50b251 commit cb366c7Copy full SHA for cb366c7
src/workflow-design-guide/general-principles.rst
@@ -275,7 +275,7 @@ to delay job submission until the expected data arrival time:
275
Clock-triggered tasks typically have to handle late data arrival. Task
276
:cylc:conf:`execution retry delays` can be used to simply retrigger
277
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
+tasks is inefficient, and multiple task
279
failures will be logged for what is a essentially a normal condition (at least
280
it is normal until the data is really late).
281
0 commit comments