May 2023 Summaries
3 posts from Convoy
Filter
Month:
Year:
Post Summaries
Back to Blog
Bloc is a leading fintech infrastructure company in Africa, known for its robust Banking-as-a-Service platform that processed over $30 million through its bill payment services in 2021. The company recently expanded by acquiring Orchestrate, enhancing its suite of banking and payment tools, which are utilized by various businesses to manage operations online. Bloc faced challenges with webhook management, which initially led to numerous customer complaints due to insufficient tracking and debugging tools. To address these issues, Bloc integrated Convoy's solutions, particularly Portal Links, which provide customers with user-friendly dashboards for monitoring and debugging webhooks. This integration has significantly improved customer satisfaction, reducing support issues by over 90%, and aligning with Bloc's vision for efficient service delivery.
May 25, 2023
489 words in the original blog post.
Convoy has transitioned its datastore from MongoDB to Postgres, changing its ID format from UUIDv4 to ULID to improve system performance and scalability. This update affects both cloud and self-hosted users, addressing the need for lexicographically sortable identifiers that enhance cursor-based pagination, especially significant when managing large datasets. While UUIDv4 is a widely recognized format due to its large namespace and randomness, ULID offers unique advantages, including better indexing with B-Trees, URL friendliness, and millisecond-level uniqueness. The change supports the company's vision of scaling efficiently, despite the slower generation speed of ULIDs compared to UUIDv4, by providing sortable, globally unique identifiers. Convoy ensures backward compatibility and minimal user disruption during this transition, with provisions for users running older versions and guidelines to maintain pagination accuracy.
May 23, 2023
1,056 words in the original blog post.
Convoy, an open-source webhooks gateway, has introduced several updates and improvements in its Helm Chart components, enhancing both functionality and security. The new features include comprehensive documentation that aids developers in customizing configurations for Kubernetes deployments. Security has been bolstered by transitioning from config maps to Kubernetes secrets, with an option to use additional tools like Sops for better encryption. The update supports external databases, allowing users to opt for managed databases rather than relying solely on the Helm Chart's internal database creation. Developer experience (DX) improvements have been made by incorporating YAML aliases, simplifying configuration management. Deployment processes have been optimized using Helm Chart Hooks and InitContainers, addressing issues like the CrashLoopBackOff of components during database migrations by ensuring dependencies are resolved before other components start. Future enhancements like horizontal pod autoscaling are in development, reflecting an ongoing commitment to refining Convoy's capabilities and encouraging community engagement.
May 12, 2023
893 words in the original blog post.