Home / Companies / Merge / Blog / June 2022

June 2022 Summaries

2 posts from Merge

Filter
Month: Year:
Post Summaries Back to Blog
Merge has introduced a new feature called API log search, which is designed to streamline the process of managing integrations through their platform. This tool allows users to search and filter through API logs dynamically and intuitively, making it easier to identify and resolve issues quickly. The feature is accessible via the Merge Dashboard and offers benefits such as text searchable requests and filterable logs. Customers on certain plans can enjoy extended log retention periods. The platform emphasizes the ease of managing customer integrations with this tool, distinguishing itself not just as a Unified API product but as a comprehensive integration management platform.
Jun 29, 2022 624 words in the original blog post.
Merge, a company offering a unified API for integrating various platforms, addresses the challenge of managing long-running tasks alongside code deployments on Kubernetes clusters. The issue arises when tasks, often dependent on third-party API rate limits, run concurrently with necessary code updates, posing a risk to operational efficiency. To tackle this, Merge transitioned from a Recreate to a RollingUpdate deployment strategy in Kubernetes, allowing for the management of pod availability through configurations like maxSurge and maxUnavailable. This approach ensures that long-running tasks can complete without disruption while enabling seamless deployment of new code. The solution contrasts with a similar challenge faced by Brex, which relied on different configurations due to varying software behaviors. Merge also integrates Helm for managing Kubernetes configurations, underscoring the complexity of achieving harmony between infrastructure and software processes.
Jun 09, 2022 1,415 words in the original blog post.