Hymical Forms v0.2.0 #8
quangshuynh
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hymical Forms v0.2.0
The first release intended to be evaluated and used beyond local development.
Hymical Forms is a self-hostable form ingestion service focused on reliable webhook delivery. It accepts public HTML form submissions, persists them durably, and delivers them asynchronously through a PostgreSQL-backed worker.
Highlights
Reliability model
A successful form submission and its delivery obligation are committed in the same database transaction before the API returns
202 Accepted.Webhook delivery happens in a separate worker process. Failed deliveries are retried with bounded exponential backoff, and abandoned worker claims become eligible again after their lease expires.
Delivery is intentionally at least once, not exactly once. Receivers should deduplicate using the submission ID included in the signed webhook payload.
Security and operations
This release includes:
Release-quality pass
The
0.2.0release also includes:Known limitations
Hymical Forms is still under active development.
Notable limitations include:
See the documentation for full setup, architecture, API behavior, and limitations.
This discussion was created from the release Hymical Forms v0.2.0.
All reactions