dtimer
dtimer copied to clipboard
Distributed timer, backed by Redis.
can this module make use of generic-pool enabled redis clients? When the redis connection is lost, it is now requiring a server restart for the dtimer to work as redis...
`ready` event is emitted after lua scripts are successfully loaded #19
Hello! When running some tests (instantiating/disconnecting multiple times in quick succession) sometimes an error gets thrown because the instantiation process has an async part (loading of lua scripts) Can be...
REdis server version: 3.2.7 client connection parameters port: 6380 options: { password: ***, tls: {servername: redisurl}} This redis server hosted on Azure as Redis Cache.... whereas it works on the...
Keep getting this warning on Promise... May be coming from inside the library... I get this if I use confirm method... (node:149536) Warning: a promise was created in a handler...
This adds support to the `.post()` method to only post the timer if it doesn't already exist. This is useful for implementing application logic where the timer must fire after...
Setup one node to publish and listen event, and setup 2 other nodes just for listening events. It seems it is not truly load sharing among those 3 nodes? Any...