Home / Companies / Hookdeck / Blog / October 2025

October 2025 Summaries

3 posts from Hookdeck

Filter
Month: Year:
Post Summaries Back to Blog
Hookdeck has introduced Hookdeck Radar, a free public tool designed to monitor real-time webhook performance from major producers, initially focusing on Shopify. By providing a dashboard that aggregates anonymized latency data from millions of webhooks, Radar enables developers to determine whether performance issues stem from the producer or their own infrastructure. The tool offers insights into typical and degraded webhook latency by displaying percentile metrics that update in real-time, helping developers diagnose issues without requiring sign-up. Hookdeck Radar not only satisfies the curiosity about producer performance but also aids in debugging by revealing widespread issues when they occur, as it aggregates performance data across its network. Additionally, users can subscribe to alerts for performance degradation and the platform plans to expand its monitoring to include other major producers like Stripe, GitHub, Twilio, and Facebook in the future.
Oct 29, 2025 703 words in the original blog post.
Supabase Queues and Hookdeck Event Gateway offer distinct solutions for handling asynchronous tasks, each tailored to different needs. Supabase Queues, built on a Postgres-native queue using the pgmq extension, is ideal for managing internal background jobs closely integrated with your database, allowing for transactional operations and SQL-level visibility. It suits tasks like processing orders or generating reports, especially for teams already using Supabase, as it minimizes external dependencies. Conversely, Hookdeck Event Gateway is designed for external webhook handling, providing a managed event gateway that automatically verifies signatures, buffers traffic spikes, and ensures reliable delivery with built-in retries and observability. This approach is particularly beneficial for teams dealing with high-volume or unpredictable traffic from third-party APIs like Stripe or GitHub, offering ease of setup and maintenance-free infrastructure. While Supabase Queues offers control and integration advantages for internal tasks, Hookdeck Event Gateway excels in delivering enterprise-grade reliability and simplicity for external webhooks, making it a preferred choice for those scenarios. For some architectures, a hybrid approach leveraging both tools might be suitable, with Hookdeck managing external webhooks and Supabase handling internal processing.
Oct 17, 2025 2,807 words in the original blog post.
In the September 2025 review, Hookdeck introduced several significant updates and features, including the much-requested event cancellation feature that allows users to halt event processing within their pipelines, offering enhanced control over event-driven architectures. Additionally, the integration of Prometheus metrics export enriches observability by enabling detailed monitoring and alerting capabilities, seamlessly integrating with existing infrastructures. Outpost has been verified for deployment on Railway, providing teams a streamlined, platform-as-a-service approach to manage and scale their webhook infrastructure without the need for extensive infrastructure management. Hookdeck also engaged with the developer community through upcoming participation in key events across Barcelona, Stockholm, Montreal, and Leeds, showcasing its capabilities and fostering connections with industry leaders and developers. These enhancements and community engagements underline Hookdeck's commitment to improving event processing reliability and expanding its influence within the tech ecosystem.
Oct 01, 2025 974 words in the original blog post.