We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03a4a3 commit e708799Copy full SHA for e708799
taskiq_redis/redis_broker.py
@@ -198,8 +198,8 @@ def __init__(
198
:param additional_streams: additional streams to read from.
199
Each key is a stream name, value is a consumer id.
200
:param unacknowledged_batch_size: number of unacknowledged messages to fetch.
201
- :param unacknowledged_lock_timeout: time in seconds before auto-releasing the lock.
202
- After this time the lock will be automatically released if the worker crashes or gets killed.
+ :param unacknowledged_lock_timeout: time in seconds before auto-releasing
+ the lock. Useful when the worker crashes or gets killed.
203
Set to a bigger value if your tasks take a long time to complete.
204
"""
205
super().__init__(
0 commit comments