From 3523db1513390781e621d39cae9e1249a4c1f922 Mon Sep 17 00:00:00 2001 From: Blaze <88249929+syncblaze@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:48:13 +0100 Subject: [PATCH] Update 484.documentation.md Co-authored-by: nulldomain --- fragments/484.documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fragments/484.documentation.md b/fragments/484.documentation.md index a533796e..11bd6237 100644 --- a/fragments/484.documentation.md +++ b/fragments/484.documentation.md @@ -1 +1 @@ -Added missing Documentation for the `Task` class and secondary `task` decorators, stating that setting `max_failures` or `max_invocations` to a negative number will disable that behaviour. +Document the behaviour of `max_failures` and `max_invocations` in tasks and how to disable each.