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

https://github.com/spacether/taskrunner_taskrunner

a worker that runs tasks that it gets from a queue
https://github.com/spacether/taskrunner_taskrunner

Last synced: 5 days ago
JSON representation

a worker that runs tasks that it gets from a queue

Awesome Lists containing this project

README

          

# Task Runner
consumes tasks from a queue and runs them

Note: running the task is tried 3 times max

## Running

Execute this command to run this sample:

```bash
./gradlew run
```

## Other repos
- [taskui](https://github.com/spacether/taskrunner_taskui)
- [taskpublisher](https://github.com/spacether/taskrunner_taskpublisher)