We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f93348 commit 7db2e2fCopy full SHA for 7db2e2f
taskiq/decor.py
taskiq/exceptions.py
@@ -2,15 +2,5 @@ class TaskiqError(Exception):
2
"""Base exception for all errors."""
3
4
5
-class TaskiqBrokerIsNotSetError(TaskiqError):
6
- """
7
- Someone tried to access non existing broker.
8
-
9
- This exception is thrown when you
10
- call `kiq()` method before calling `set_broker`
11
- function.
12
13
14
15
class TaskiqResultTimeoutError(TaskiqError):
16
"""Waiting for task results has timed out."""
0 commit comments