v0.1.0-beta
Pre-release
Pre-release
Warning: Unstable Build
This branch is an experimental branch that migrates worker logic to Redis.
While we welcome early feedback, this branch is not intended for stable, production use.
The goal of this branch is to improve reliability and performance of Engine in multiple areas by migrating synchronous logic and existing workers to Redis workers. Specifically:
- Improve enqueue throughput by writing jobs to Redis instead of Postgres.
- Improve reliability of webhooks and tx submission throughput by moving webhook calls to workers with built-in retries.
- Improve overall maintainability by having simpler, single-purpose workers.
What's Changed
- feat: Redis Workers POC by @arcoraven in #467
- Fix: Worker Error Reporting by @farhanW3 in #480
Full Changelog: v0.0.31...v0.1.0-beta