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
- Host: GitHub
- URL: https://github.com/codex-team/hawk.cron-manager
- Owner: codex-team
- Created: 2020-04-22T21:55:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T15:15:13.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T05:28:38.292Z (about 1 year ago)
- Language: TypeScript
- Size: 601 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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`