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

https://github.com/codex-team/hawk.cron-manager

Manager for scheduling adding new tasks to the Hawk registry
https://github.com/codex-team/hawk.cron-manager

Last synced: 11 months ago
JSON representation

Manager for scheduling adding new tasks to the Hawk registry

Awesome Lists containing this project

README

          

# Cron Manager
Used to scheduled add new tasks for the specified workers according to the config.

## How to run
1. Install dependencies: `yarn`
2. Write config file according to config.sample.yml: `cp config.sample.yml config.yml`
3. Run it: `yarn start`