Frequently Asked Questions

Questions that come up a lot. Can't find what you're looking for? Email quzenix.official@gmail.comand we'll add it here.

Is QuzenixCron really free?

The Free plan is free forever — no credit card required. You get 2 active cron jobs, a 30-minute minimum interval, and email failure notifications. That's plenty for hobby projects, side bots, or testing things out. Upgrade when you need more.

How is QuzenixCron different from a Linux crontab?

A Linux crontab runs on your server — if your server goes down, your crons stop. QuzenixCron runs on our infrastructure — if your server goes down, we keep trying and send you a failure email. Plus you get a dashboard to audit every execution.

Can I use it to keep a Telegram bot alive?

Absolutely — that's one of our primary use cases. Check the Use Cases page for a ready-to-copy config.

What counts as an "execution"?

One scheduled fire = one execution, even if it triggers multiple retry attempts internally. The total_runs counter in job stats counts unique executions, not total attempts.

How accurate is the schedule? Is it exactly on time?

The QuzenixCron worker ticks every 30 seconds, so your job fires within about half a minute of the scheduled time. For most use cases that's totally fine. On Business you can schedule down to a 30-second minimum interval.

Can I manually retry after a failure?

Yes — open the job detail and click Run now. Manual runs fire immediately, skip the retry loop, and don't affect the notification counter.

How long is execution history kept?

It depends on your plan: Free = 7 days, Pro = 90 days, Business = 365 days. Records older than your plan's window are pruned automatically. Upgrade if you need more history for debugging or auditing.

Can I use a Discord webhook URL directly?

Yes. Set the method to POST, add a Content-Type: application/jsonheader, and format the body for Discord's webhook spec. Check Use Cases for an example.

Is there an API for managing jobs programmatically?

Yes — the REST API is live on the Business plan. Generate an API key in Settings → API Keys, then use it to create, update, delete, and trigger jobs via Authorization: Bearer <key>. See the API Keys docs for the full endpoint reference.

Where does your worker run? Is it reliable?

QuzenixCron runs on auto-scaling, multi-region serverless infrastructure with redundant scheduling and a 99.9%+ uptime target. Jobs keep firing even if any single component has a hiccup.

How do I cancel my subscription?

Go to Settings → BillingCancel subscription. Your Pro or Business access stays active through the end of the billing period, then automatically drops to Free.

I found a bug. Where do I report it?

Email quzenix.official@gmail.com with the details (steps to reproduce, expected vs. actual behavior). We usually reply within 1 business day.

Not sure where to start?
Head to Getting Started— you'll have your first cron job running in under 5 minutes.