← All comparisons
Event-driven durable functions

Fliq vs Inngest

Inngest is an event-driven platform for durable functions — you write steps in code, trigger them from events, and Inngest handles retries, concurrency, and flow control. Fliq is a focused HTTP scheduler: it fires cron and one-off requests at any URL, no workflow code required. The choice comes down to whether you're building event-driven function logic or simply scheduling HTTP calls.

Side by side

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

FliqInngest
Scheduling modelCron + one-off, calls any URLEvent-driven durable functions
Automatic retriesConfigurable backoff, per-jobBuilt-in step retries
Crash recoveryReaper reschedules crashed jobsDurable execution / replay
Execution historyFull per-attempt historyFunction run history
Calls any HTTP endpointYes — any URL, method, headers, bodyVia your function code
AI agents (MCP)MCP server includedAgentKit (different scope)
Self-hostYes (open source)Yes (open source core)
Open sourceYesYes (core)
Pricing modelFree in beta, then $1/100kUsage-based, free tier
Best forScheduling HTTP calls, any stackEvent-driven function workflows

When Inngest is the right call

You're building event-driven workflows — fan-out, concurrency limits, debouncing, multi-step functions — and want to define them as code triggered by events. Inngest is purpose-built for that model.

When Fliq fits better

You don't want an event/function framework — you just need to schedule HTTP requests to existing endpoints, with retries, crash recovery, and per-attempt history, controllable by AI agents via MCP, on a simple Postgres-native stack.

Try Fliq for your HTTP jobs

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