Skip to content

Commit e007ab4

Browse files
authored
feat: add IN_PROGRESS state filter (#42)
1 parent 1a2b2f1 commit e007ab4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

qstash/log.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ class LogState(enum.Enum):
3939
CANCELED = "CANCELED"
4040
"""Cancel request from the user is honored."""
4141

42+
IN_PROGRESS = "IN_PROGRESS"
43+
"""Messages which are in progress"""
44+
4245

4346
@dataclasses.dataclass
4447
class Log:

0 commit comments

Comments
 (0)