Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚡ Waypoint start time #1137

Merged
merged 17 commits into from
Oct 25, 2024
Prev Previous commit
Next Next commit
add config to subscription
cl0ete committed Oct 25, 2024
commit e57f19491afd0c510189ed72648f3865dc8d1b04
3 changes: 3 additions & 0 deletions waypoint/services/nats_service.py
Original file line number Diff line number Diff line change
@@ -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