A major step in becoming the best communication platform for developers.
Today, we are thrilled to announce that Resend has acquired Mergent, the serverless background job service.
Mergent made it easy for developers to schedule and manage tasks like data processing, third-party integrations, and email sending.
Now, we are excited to welcome the Mergent team, and invest even more in three pillars:
Four years ago, James Martinez joined the Y Combinator S21 batch to fix the problem of scheduling background tasks.
James' obsession with durability, scalability, and developer experience drove him to build a platform that was super easy to use, and extremely reliable.
Fun fact: Mergent was the first scheduling service our team at Resend used to power domain verifications.
In their first year, Mergent's 99.997% uptime raised the bar for an entire industry by beating AWS SQS's SLA of 99.9% uptime.
In 2023, Mergent surpassed 99.995% uptime. And, in the following year, they surpassed AWS SQS's SLA once again.
By the end of 2024, Mergent continued to grow, and they added support for 100 billion invocations per month to help large customers.
In total, Mergent has processed more than 370.35 billion tasks.
Now, the Mergent team is joining Resend to continue to improve reliability at scale.
We will continue to support Mergent for existing customers during the next 90 days.
Mergent will be sunset on July 28th, 2025.
If you're using Mergent to schedule emails like this:
You can now use one of the Resend SDKs to schedule emails using natural language:
import { Resend } from 'resend';const resend = new Resend('re_123456789');await resend.emails.send({from: 'Acme <onboarding@resend.dev>',to: ['delivered@resend.dev'],subject: 'hello world',html: '<p>it works!</p>',scheduledAt: 'in 1 min',});
If you're using Mergent for non-email tasks, there are a few options you can consider:
Each of one these options will come with its pros and cons, but we believe Inngest is the best drop-in replacement to Mergent.
Here's a guide on how to migrate from Mergent to Inngest.
Resend is growing fast, extremely fast.
There is a ton of demand, and we're now sending millions of emails every single day.
Infrastructure is one of our top priorities, and we're incredibly excited to join forces with Mergent to invest even more in it.
We're just getting started.