Enque Changelog

Product updates from the Enque team

One engine everywhere & runs you can trust #

Activity runs execute on Temporal in every environment — durable, resumable, restart-safe — with run history that tells the truth.

05 Aug 2026

Improvement
Engineering

Reliability week:

  • Temporal everywhere — activity runs execute on the same durable engine in local, dev and production. A run survives a deploy mid-flight and resumes where it stopped.
  • Honest run history — every run row states what triggered it, what happened and what it produced. One run is one card; re-runs re-scan instead of silently reusing stale data.
  • Human-in-the-loop, fixed — the agent asks once and only for values it genuinely needs, renders choices as buttons, and never re-surfaces a question you already answered. An empty answer blocks the run rather than being guessed past.
  • Graceful deploys — in-flight runs are given time to drain on redeploy instead of being killed.
  • Engineering: test suite ~10× faster — the full backend suite (1,700 tests) now runs in about two and a half minutes; database schema is provisioned once per worker and cloned per test.