File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,8 @@ When a message is received it's converted into a
3838Tasks with an ETA, or rate-limit are entered into the `timer `,
3939messages that can be immediately processed are sent to the execution pool.
4040
41- ETA and rate-limit are 2 incompatible parameters, and the ETA is overriding
42- the rate-limit by default. A task with both will follow its ETA and ignore its
43- rate-limit.
41+ ETA and rate-limit when used together will result in the rate limit being
42+ observed with the task being scheduled after the ETA.
4443
4544Timer
4645-----
Original file line number Diff line number Diff line change @@ -918,10 +918,6 @@ General
918918 maximum number of requests per second), you must restrict to a given
919919 queue.
920920
921- .. note ::
922-
923- This attribute is ignored if the task is requested with an ETA.
924-
925921.. attribute :: Task.time_limit
926922
927923 The hard time limit, in seconds, for this task.
You can’t perform that action at this time.
0 commit comments