浏览代码

Change retry_backoff version added to 4.2 (#4655)

Ref #4341
Kieran Brownlees 7 年之前
父节点
当前提交
24e2154375
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/userguide/tasks.rst

+ 1 - 1
docs/userguide/tasks.rst

@@ -748,7 +748,7 @@ If you want to automatically retry on any error, simply use:
     def x():
     def x():
         ...
         ...
 
 
-.. versionadded:: 4.1
+.. versionadded:: 4.2
 
 
 If your tasks depend on another service, like making a request to an API,
 If your tasks depend on another service, like making a request to an API,
 then it's a good idea to use `exponential backoff`_ to avoid overwhelming the
 then it's a good idea to use `exponential backoff`_ to avoid overwhelming the