Powerful scheduled tasks and distributed locking solution for Koatty framework.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
koatty_schedule is a TypeScript library for the Koatty framework that provides powerful scheduled task execution and distributed locking capabilities. It allows developers to easily schedule recurring tasks using cron expressions and ensures safe concurrent execution across distributed systems through Redis-based RedLock implementation. The library supports multiple Redis deployment modes (standalone, sentinel, cluster), offers comprehensive cron expression validation with timezone support, and includes built-in health monitoring and performance optimization features. It's designed for production environments requiring reliable task scheduling and distributed coordination in Node.js applications.