Skip to content

Commit

Permalink
It's always linters...
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Rakovsky committed Jan 4, 2025
1 parent d49d294 commit 23175c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion karton/core/karton.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ class Consumer(KartonServiceBase):
:param config: Karton config to use for service configuration
:param identity: Karton service identity
:param backend: Karton backend to use
:param task_timeout: The maximum time, in seconds, this consumer will wait for a task to finish processing before being CRASHED on timeout. Set 0 for unlimited, and None for using global value
:param task_timeout: The maximum time, in seconds, this consumer will wait for
a task to finish processing before being CRASHED on timeout.
Set 0 for unlimited, and None for using global value
"""

filters: List[Dict[str, Any]] = []
Expand Down

0 comments on commit 23175c7

Please sign in to comment.