Skip to content

Commit e1325da

Browse files
Make response_timeout_seconds constraint in docs more clear
1 parent 9c590c6 commit e1325da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/worker/task_options_usage_examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def my_task(task):
2929
| `response_timeout_seconds` | int | Time to wait for task response (must be < timeout_seconds) |
3030
| `poll_timeout_seconds` | int | Timeout for polling the task |
3131

32-
**Important**: `response_timeout_seconds` must be less than `timeout_seconds`
32+
**Important**: `response_timeout_seconds` should be less than `timeout_seconds`, otherwise the response timeout will never trigger and the setting has no effect.
3333

3434
### Retry Configuration
3535

0 commit comments

Comments
 (0)