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: 3 months ago
JSON representation
a tiny engine to run background jobs without any dependency
- Host: GitHub
- URL: https://github.com/NicolasLopes7/queue-ts
- Owner: NicolasLopes7
- Created: 2022-08-03T03:10:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T04:34:55.000Z (over 2 years ago)
- Last Synced: 2024-06-12T14:18:43.714Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 74.2 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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 mechanismif you have any other idea to that repo, feel free to open an issue and contribute :)