Comparison

koigrid vs AWS EventBridge

Scheduled jobs that just run — the flat-rate alternative to AWS EventBridge + Lambda.

A scheduled task on AWS means EventBridge rules, a Lambda or Fargate task, an execution role and CloudWatch logs — plus cold starts, a 15-minute limit and IAM. koigrid runs any container on a cron with limits, logs, retries and gVisor isolation, in one API call.

FeaturekoigridAWS EventBridge
Run any containerYesLambda runtimes / Fargate
Time limitYou set it15 min (Lambda)
Retries with backoffBuilt-inConfigurable
Logs + exit codeBuilt-inCloudWatch (extra)
Create by API / AI agentNativeComplex (IAM, ARNs)

What koigrid improves

No 15-minute limit

Run jobs as long as you need.

Retries + isolation

Exponential backoff and a gVisor sandbox by default.

Agent-native

Create and trigger jobs from your LLM.