Yyeger

Yyeger

Continuum is an OTP-native durable execution engine for Elixir, backed by Postgres. IIt’s an Elixir-native answer to Temporal in other ecosystems: running a multi-step business process that survives crashes, restarts, and deploys.

You can write your workflow as ordinary Elixir. Side effects go through activities, whose results are journaled on first run. If the process dies or the node restarts, Continuum resumes the workflow exactly where it left off, by replaying its event history through the same code with identical state.

Determinism is enforced at compile time. Workflow code is scanned for non-deterministic calls (time, randomness, IO, and so on), so replay safety is checked by the compiler rather than left to discipline.

On top of the core engine, Continuum provides durable timers and signals, activity retries, sagas and compensation, parent/child workflows, continue_as_new for long-running loops, workflow versioning, a LiveView observer, OpenTelemetry, and optional clustering. Activities run on a built-in worker pool by default, or on Oban if you already operate one.

Showing Posts 1 to 7

Yyeger

Yyeger OP

Updated to 0.6, lots of small fixes based on suggestions and a full-library logic audit.

Yyeger

Yyeger OP

Updated to v0.6.1 with some fixes and improvements given by users. Soon i’ll start also a collaboration to add support for yugabyte db as requested.

InfraEngineer

InfraEngineer

This looks really interesting. Temporal’s durable workflows is a really cool model for writing software. Will definitely keep an eye on this going forward.

Yyeger

Yyeger OP

v0.6.2 is out, focused on operational health, graceful lifecycle management, and safer activity operations. i suggest you to update it because of also other resilience fixes added.

Yyeger

Yyeger OP

Released Continuum v0.7.1, featuring durable one-shot schedules, activity queues and progress heartbeats, cooperative cancellation, versioned signal contracts, and replay-safe logging.
This release also strengthens CI release gates and updates vulnerable dependencies.

Please update to the new version as soon as possible

Yyeger

Yyeger OP

Released Continuum v0.7.2, featuring stricter compile-time determinism enforcement with Logger and the remaining unsafe stdlib calls now rejected, warnings for the implicit catch spelling, cancelled-run classification moved to the state column, retry jitter preserved at maximum backoff, and bounded, health-surfaced retries for failing schedule starts.
This release also makes the timer wheel and signal router survive an unreachable Postgres at boot instead of going deaf for the life of the node, and updates vulnerable dependencies (Postgrex and Phoenix LiveView).

Note that this release rejects direct Logger calls in workflow code — use Continuum.log/2 instead — and adds a delta migration for runs cancelled before v0.5.2; see the v0.7.1 → v0.7.2 migration guide.

Please update to the new version as soon as possible

Yyeger

Yyeger OP

now also Continuum v0.8.1 is out! try the new replay tooling, workflow test kit, and activity/logging APIs for building durable Elixir workflows.
This release also hardens replay safety and ships with a zero-warning strict Credo/ex_slop quality gate—feedback is very welcome

— All posts loaded —

Where Next? Top

Trending in Announcing Top

woylie
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries. offset-based pagination with...
New
MRdotB
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
fuelen
Hi all! I want to present a small library which provides a mix task for generating an Entity-Relationship Diagram for Ecto schemas. You...
New
anuaralfetahe
Hello Published a new library - ProcessHub! ProcessHub is a library designed to manage process distribution within the Elixir cluster. ...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
webofbits
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself. My main conc...
#ai
New
AstonJ
This showed up on my feed.. anyone heard of it? Just hype? Ox Alpha is a reasoning model designed for coding, sustained ag...
New
sergio
It’s not that it’s vocabulary is too advanced. It’s something worse. I get lost trying to follow even a paragraph written by Claude. It’...
New
sorenone
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operati...
New
akoutmos
@hugobarauna, Dr. Dimitrios Koutmos (my brother) and I (Alex Koutmos) have been hard at work on writing a book on how you can use Elixir ...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews