Temporal, a durable execution engine that runs your application code reliably to completion, automatically retrying and resuming across process and host failures, with a web console for namespaces, workflows and schedules.
Temporal is an open source durable execution platform. Applications define Workflows and Activities and run them against the Temporal server, which persists every execution's full event history so work survives process and host failures and resumes exactly where it left off, with no bespoke retry, queue or state machine code. The bundled web console lists namespaces, running and closed workflows, each workflow's detailed event history, and schedules.
cloudimg ships Temporal hardened and fully patched, with the server, its web console and a bundled PostgreSQL run together under one service. Temporal's web console has no built in authentication, so cloudimg fronts it with a reverse proxy and a unique password generated on first boot, leaving no default or blank login. The bundled database is created fresh per instance with its own generated password and no baked secrets, a step by step deploy guide is tested against the exact image, and 24/7 support backs it.
Real screenshots taken while testing this image against its deployment guide.