← All comparisons
Durable background jobs in your codebase

Fliq vs Trigger.dev

Trigger.dev is a powerful platform for durable background jobs and long-running workflows written as code in your own repo — with steps, waits, and full TypeScript ergonomics. Fliq solves a narrower, different problem: it schedules and fires HTTP requests to any URL, regardless of language or framework. They're complementary more than head-to-head — pick based on whether you want to author workflow code or just trigger existing endpoints.

Side by side

How Fliq and Trigger.dev compare across the dimensions that matter for scheduling HTTP jobs.

FliqTrigger.dev
Scheduling modelCron + one-off, calls any URLDurable functions (your code)
Automatic retriesConfigurable backoff, per-jobPer-step retries in code
Crash recoveryReaper reschedules crashed jobsDurable execution / checkpoints
Execution historyFull per-attempt historyRun & step traces
Calls any HTTP endpointYes — any URL, method, headers, bodyVia your task code
AI agents (MCP)MCP server includedNo native MCP scheduler
Self-hostYes (open source)Yes (open source)
Open sourceYesYes
Pricing modelFree in beta, then $1/100kUsage-based, free tier
Best forScheduling HTTP calls, any stackCode-defined durable workflows

When Trigger.dev is the right call

Your jobs are multi-step workflows with logic, waits, retries between steps, and fan-out, and you want to write them as durable functions in TypeScript inside your codebase. Trigger.dev is built for exactly that.

When Fliq fits better

You just need to call existing HTTP endpoints on a schedule — any language, any framework — without writing or deploying workflow code. Fliq schedules the request, retries on failure, recovers from crashes, and records every attempt, with MCP for AI agents.

Try Fliq for your HTTP jobs

100,000 executions a day. No credit card. Paid plans come later.