https://github.com/jkawamoto/roadie-queue-manager
A helper tool of Roadie to execute your scripts with a queue.
https://github.com/jkawamoto/roadie-queue-manager
automation cloud google platform queue
Last synced: about 1 year ago
JSON representation
A helper tool of Roadie to execute your scripts with a queue.
- Host: GitHub
- URL: https://github.com/jkawamoto/roadie-queue-manager
- Owner: jkawamoto
- License: gpl-3.0
- Created: 2016-09-18T05:35:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T17:18:08.000Z (about 9 years ago)
- Last Synced: 2025-02-12T20:34:42.030Z (over 1 year ago)
- Topics: automation, cloud, google, platform, queue
- Language: Go
- Homepage: https://jkawamoto.github.io/roadie/
- Size: 80.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# Roadie Queue Manager
[](https://www.gnu.org/copyleft/gpl.html)
[](https://travis-ci.org/jkawamoto/roadie-queue-manager)
[](https://codeclimate.com/github/jkawamoto/roadie-queue-manager)
[](https://github.com/jkawamoto/roadie/releases/tag/v0.2.3)
A helper tool of Roadie to execute your scripts with a queue.
## Description
Roadie Queue Manager is a helper tool of [Roadie](https://jkawamoto.github.io/roadie/).
This tool checks a queue implemented on [Google Cloud Datastore](https://cloud.google.com/datastore/)
and executes scripts enqueued in the queue.
## Usage
```shell
$ roadie-queue-manager
```
## License
This software is released under The GNU General Public License Version 3,
see [COPYING](COPYING) and [LICENSES](LICENSES.md) for more detail.