All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Obelisk 0.32 Release: Cooperative Cancellation, WebAPI, and PostgreSQL Support

By

tomasol

5mo ago· 3 min readenNews

Summary

Obelisk 0.32 introduces three major features: cooperative cancellation for workflows and activities, a new WebAPI with multi-format support, and PostgreSQL support for multi-node deployments and high availability. The cancellation system allows functions to be fallible and handle cancellation cleanly, while the WebAPI supports multiple data formats and the PostgreSQL integration enables scalable deployments.

Key quotes

· 3 pulled
Obelisk 0.32 introduces cooperative cancellation for workflows and activities, a new WebAPI with multi-format support, and PostgreSQL support for multi-node deployments and high availability.
each function invoked by Obelisk, whether a workflow or an activity, must be fallible.
This enabled not only cancellation of activities and delay requests, but also a clean way of handling cancellation in the workflows.
Snippet from the RSS feed
Obelisk 0.32 introduces cooperative cancellation for workflows and activities, a new WebAPI with multi-format support, and PostgreSQL support for multi-node deployments and high availability.

You might also wanna read