Tired of your duct taped background jobs failing miserably? Meet Qron, the simple, high-performance queuing system for the serverless era.
// Interruptible workflows
const retryq = createQueue('retry', async ({ retry }) => {
try {
// do something
} catch(error) {
return retry({ error })
.afterYears(1) // 🤯
}
})
Say Hello to Qron
In today's ever-evolving infra landscape, we have edge streaming, global deployments, and many more acronyms like those. When it comes to scheduled jobs, the landscape is as exciting as watching a paint dry 🎨
Qron is designed to integrate with your existing tooling without fancy infrastructure provisioning. Creating workflows should be as easy as writing any other function
Join Qron on this serverless journey. Sign up for early access.