Skip to content

v0.1.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@farhanW3 farhanW3 released this 11 Apr 23:56
c16b97b

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

Full Changelog: v0.0.31...v0.1.0-beta