Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eropple/taskbotjs
My favorite JS/TS job processing framework. Maybe yours too? [ARCHIVED]
https://github.com/eropple/taskbotjs
Last synced: 3 months ago
JSON representation
My favorite JS/TS job processing framework. Maybe yours too? [ARCHIVED]
- Host: GitHub
- URL: https://github.com/eropple/taskbotjs
- Owner: eropple
- License: other
- Archived: true
- Created: 2018-04-28T06:49:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T10:08:54.000Z (about 6 years ago)
- Last Synced: 2024-10-28T12:37:14.494Z (3 months ago)
- Language: TypeScript
- Homepage: https://edboxes.com/taskbotjs.html
- Size: 408 KB
- Stars: 485
- Watchers: 12
- Forks: 13
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
The best TypeScript and JavaScript background job processing on the planet.
[![npm version](https://badge.fury.io/js/%40taskbotjs%2Fservice.svg)](https://badge.fury.io/js/%40taskbotjs%2Fservice)
# TaskBotJS #
TaskBotJS is a job queue and processing service for NodeJS applications. Using
Redis as a background store, TaskBotJS allows you to offload long-running jobs away
from your web application and handles all the rough edges involved: job
scheduling, handling failures and retries, priority queueing, and the works. It's
designed to make developers and operators happy to use it. Above
everything else, TaskBotJS just wants to get out of your way so you can get your
work done.It's pretty cool, and I'm excited that you're here to check it out.
## Documentation ##
TaskBotJS has pretty extensive [documentation] that discusses its goals, its use
cases, and pretty much everything you'd want to know about it. You can find more
details on [the website], too!## TaskBotJS Pro: the Commercial Version ##
TaskBotJS is a full-featured piece of software as-is, but as projects and companies
grow there are features that enable those projects to accomplish common tasks
that are nevertheless tricky to implement at a larger scale. I like to think of
**[TaskBotJS Pro]** as a package that empowers developers with more options for
powerful, flexible jobs, and the upcoming **TaskBotJS Enterprise** (slated for
release sometime in 2018) will give system administrators and devops engineers
more options for safely, reliably, and securely running jobs related to your
products.[documentation]: https://github.com/eropple/taskbotjs/wiki
[the website]: https://edboxes.com/taskbotjs.html
[TaskBotJS Pro]: https://edboxes.com/taskbotjs.html