Ecosyste.ms: Awesome

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

https://github.com/NicolasLopes7/queue-ts

a tiny engine to run background jobs without any dependency
https://github.com/NicolasLopes7/queue-ts

Last synced: 16 days ago
JSON representation

a tiny engine to run background jobs without any dependency

Lists

README

        

# queue-ts
that repo is a tiny engine to run background jobs without any dependencies.

### TODO

- [ ] Spawn another thread with the job (make it sure that event loop won't be blocked)
- [ ] Communicate with the current job state through messages (process)
- [ ] Create Retries mechanism

if you have any other idea to that repo, feel free to open an issue and contribute :)