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

feat(subscription): mutex free subscription implementation #1613

Merged
merged 5 commits into from
Feb 20, 2025

Conversation

StarpTech
Copy link
Contributor

Motivation and Context

This PR bumps the engine with the subscription handling refactor wundergraph/graphql-go-tools#1076

It exposes the subscription_fetch_timeout property to configure the maximum time a subscription fetch can take before it is considered timed out.

Checklist

  • I have discussed my proposed changes in an issue and have received approval to proceed.
  • I have followed the coding standards of the project.
  • Tests or benchmarks have been added or updated.
  • Documentation has been updated on https://github.com/wundergraph/cosmo-docs.
  • I have read the Contributors Guide.

@StarpTech StarpTech changed the title Dustin/lock free subscriptions feat(subscription): Mutex free subscription implementation Feb 20, 2025
@StarpTech StarpTech changed the title feat(subscription): Mutex free subscription implementation feat(subscription): mutex free subscription implementation Feb 20, 2025
Copy link

github-actions bot commented Feb 20, 2025

Router image scan passed

✅ No security vulnerabilities found in image:

ghcr.io/wundergraph/cosmo/router:sha-79e8b24950c471621b00561d8a8ecf78da4064ee

@StarpTech StarpTech merged commit c17f8f6 into main Feb 20, 2025
13 checks passed
@StarpTech StarpTech deleted the dustin/lock-free-subscriptions branch February 20, 2025 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants