Skip to content

Commit

Permalink
add config to subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Oct 24, 2024
1 parent 1b6c7bb commit 4505d15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions waypoint/services/nats_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ async def _subscribe(
deliver_policy=DeliverPolicy.BY_START_TIME,
opt_start_time=start_time,
)
subscription = await self.js_context.pull_subscribe(
config=config, **subscribe_kwargs
)

return subscription

Expand Down

0 comments on commit 4505d15

Please sign in to comment.