JOBS_BACKEND_UNREACHABLE
Jobs backend unreachable
What happened
The configured jobs backend (memory/sqlite/redis) wasn't reachable when enqueuing or claiming a job.
How to fix
Verify the backend is healthy. For Redis, ping with redis-cli. For sqlite, check disk space + file permissions.
Example
// Pre-SP10 stub — surface for forward-compat
import { JobRunner } from "@foundryprotocol/0gkit-jobs"; // ships in SP10
Reference
- Namespace:
JOBS - Help URL:
https://0gkit.com/errors/JOBS_BACKEND_UNREACHABLE - See also: all error codes