Dimension Fliq Google Cloud Scheduler
Scheduling model Cron + one-off, any HTTP request Cron → HTTP / Pub/Sub targets
Automatic retries Configurable backoff, per-job Configurable retry policy
Crash recovery Reaper reschedules crashed jobs Managed by GCP
Execution history Full per-attempt history Via Cloud Logging
Calls any HTTP endpoint Yes — any URL, method, headers, body Yes (HTTP targets)
AI agents (MCP) MCP server (beta) No
Self-host Yes (open source) No (GCP-managed)
Open source Yes No
Pricing model Free in beta, then $1/100k Per-job/month, free tier
Best for Cloud-neutral HTTP scheduling Scheduling inside GCP

When Fliq fits

You want a cloud-neutral, open-source scheduler that calls any HTTP endpoint without building GCP-specific targets, with a crash reaper, queryable per-attempt history, and AI-agent control via MCP (beta).

When Google Cloud Scheduler fits

You're already on Google Cloud, want native IAM/OIDC auth to your services, Pub/Sub targets, and a scheduler managed inside the same project. Cloud Scheduler is reliable and well-integrated for that.