Replace adonisjs-scheduler with standalone scheduler:run command
Uses croner directly in a dedicated scheduler:run ace command instead of
the adonisjs-scheduler package's queue-worker integration. Scheduler now
runs in its own container, decoupling scheduled dispatch from backfill
job execution.
Drops adonisjs-scheduler from the runtime (see pnpm-lock.yaml shrink),
removes the console-only scheduler preload in adonisrc.ts, and strips
the hand-wired scheduler start path out of commands/queue_work.ts.
Threshold scan fires every 60s via croner's { protect: true } guard.
THRESHOLDS temporarily lowered to [10, 100] for live testing.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>