Skip to content

Commit

Permalink
docs: add note to deprecate in breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Apr 10, 2024
1 parent 5ad9b7a commit c177a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions silverback/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ def __str__(self) -> str:


class TaskType(StrEnum):
STARTUP = "silverback_startup" # TODO: Shorten
STARTUP = "silverback_startup" # TODO: Shorten in 0.4.0
NEW_BLOCKS = "block"
EVENT_LOG = "event"
SHUTDOWN = "silverback_shutdown" # TODO: Shorten
SHUTDOWN = "silverback_shutdown" # TODO: Shorten in 0.4.0


class ISilverbackSettings(Protocol):
Expand Down

0 comments on commit c177a94

Please sign in to comment.