Skip to content

Commit

Permalink
fix some breaking change in arroyo
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Sep 17, 2024
1 parent 28a5fbb commit aa1e038
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snuba/subscriptions/scheduler_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ def close(self, timeout: Optional[float] = None) -> None:
def closed(self) -> bool:
return self.__consumer.closed

@property
def member_id(self) -> str:
return self.__consumer.member_id


class SchedulerBuilder:
def __init__(
Expand Down

0 comments on commit aa1e038

Please sign in to comment.