https://github.com/spacether/taskrunner_taskpublisher
reads tasks from the relational db and publishes them to the queue every minute
https://github.com/spacether/taskrunner_taskpublisher
Last synced: over 1 year ago
JSON representation
reads tasks from the relational db and publishes them to the queue every minute
- Host: GitHub
- URL: https://github.com/spacether/taskrunner_taskpublisher
- Owner: spacether
- License: mit
- Created: 2024-06-07T22:11:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T23:24:30.000Z (about 2 years ago)
- Last Synced: 2025-01-14T19:11:44.727Z (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 Publisher
Every minute: reads tasks in that minute from the relational db,
then publishes any found tasks to a queue
## Running
Execute this command to run this sample:
```bash
brew services start rabbitmq
./gradlew run
```
browse to http://localhost:15672/ with guest guest for rabbitmq visibility
## Other repos
- [taskui](https://github.com/spacether/taskrunner_taskui)
- [taskrunner](https://github.com/spacether/taskrunner_taskrunner)