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
- Host: GitHub
- URL: https://github.com/spacether/taskrunner_taskrunner
- Owner: spacether
- License: mit
- Created: 2024-06-07T21:32:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T22:45:09.000Z (about 2 years ago)
- Last Synced: 2025-01-14T19:11:43.913Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)