agenda-kiot
Light weight job scheduler for Node.js
Light weight job scheduler for Node.js
Light weight job scheduler for Node.js - Fork of 4.2.1 for fixing agenda#1077
Light weight job scheduler for Node.js
A modern `setTimeout` substitute tailored for asynchronous tasks, designed to schedule a single delayed execution. Features status getters to communicate the execution status, the ability to abort a pending execution, and the option to gracefully await th
A scheduler for one-time (non-periodic) asynchronous tasks, designed to manage delayed executions. It features status getters to communicate the execution state, a robust error handling mechanism for capturing uncaught errors, and the ability to abort pen
A helper to execute a promise a certain number of times if it's throwing an exception, also inserting a delay between each attempt.
A dead simple data-structure for delaying side effects ⌚!
A class to delay a task and/or to control a task in a thread way, with start, stop, pause and resume.
Light weight job scheduler for Node.js
If a function does not throw, return the function return value; otherwise, return the return value of a second function.
If a condition is truthy, invoke `x`; otherwise, invoke `y`.
If a predicate function returns a truthy value, invoke `x`; otherwise, invoke `y`.
an opinionated implementation of resque in node