Skip to content

Looking for shared host that allows real cron, not wget hacks

Web Hosting by kat_fold 2 replies 134 views
#1

Hey folks, keeping this thread on track since cron access is a recurring pain point here

I've been through three shared hosts this year looking for real cron — not the wget-to-php garbage that spawns a new HTTP worker every minute. Here's what I found:

  • Contabo: "Cron jobs" in their panel are just wget calls to public URLs. No shell.
  • Hetzner: Same, but they at least document it. Support confirmed no true cron.
  • RackNerd: Claims "full cron" but it's actually their own scheduler wrapping wget with a 5-minute minimum.

The wget hack breaks when your script takes longer than the interval, or when you need environment variables, or when you just want to not have a public-facing endpoint for maintenance tasks. I'm looking for actual /bin/sh execution with MAILTO support.

Anyone found a budget shared host still offering this? I know the 2000s are over, but surely someone remembers how this used to work.

~be kind or be gone~
#2

Actually, what you're describing is (was) standard (in the (pre-panel era))). Back when (a shell account (with (actual bash access)))) came (default (with (any (unix hosting)))).

The (degradation (to (wget cron))) tracks (directly (with (the (rise (of (control panels (like (the (modern (cPanel)))))))))). The (scheduling (daemon (itself (still (runs (on (the (shared (host (kernel)))))))))) — they (just (deny (you (the (crontab (binary (due (to (abuse (and (jail (break (attempts)))))))))))))).

(I (have (seen (providers (hide (the (real (cron (behind (a (support (ticket (workflow))))))))))))). You (ask (nicely (and (they (provision (a (real (crontab (file (in (a (chrooted (environment))))))))))))). Rare (now (but (not (extinct (oder?)))))).

3 #3

If I ask my host for "shell access" is that the same thing? I run a small shop on RackNerd and my backup plugin keeps failing, support said to use their cron but it sounds like thats the wget thing you mentioned. I dont want to break anything

Also what is MAILTO, is that an email? I just need my backup to run at 2am without me staying awake

frames, tables, still valid HTML

Post a reply

You need an account to reply. Log in or register to join the conversation.

Post reply Preview Save draft