Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ori88c/delayed-async-tasks-manager

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, the ability to abort pending executions, and gracefully await the completion of ongoing tasks.
https://github.com/ori88c/delayed-async-tasks-manager

async-task async-tasks deferred-task delayed-job delayed-jobs delayed-tasks deterministic-termination error-handling graceful-shutdown graceful-termination job-manager job-scheduler nodejs task-execution task-manager task-manger task-scheduler tasks-manager tasks-scheduler typescript

Last synced: about 1 month ago
JSON representation

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, the ability to abort pending executions, and gracefully await the completion of ongoing tasks.

Awesome Lists containing this project