ProcessHub - process distribution library

New version released 0.7.0 :tada:

The license has changed from GPL-3.0 to Apache-2.0 to make adoption easier.

Alost includes a bug fix where a race that lost the result of awaitable: true operations, reported and fixed by @slouchpie thank you!

Recovery (still experimental) got a big rework. Children started with durable: true go into a cluster wide list that every node keeps the cluster in line with, so a full outage recovers on its own while a single node rejoining won’t restart what’s already running. A custom storage options added.

Link to the changelog: Release v0.7.0 · alfetahe/process-hub · GitHub

4 Likes