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

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

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)