https://github.com/syhlion/gua
Support crontab style Schedule System implement by golang
https://github.com/syhlion/gua
cluster crontab-syntax golang scheduler-service
Last synced: 5 months ago
JSON representation
Support crontab style Schedule System implement by golang
- Host: GitHub
- URL: https://github.com/syhlion/gua
- Owner: syhlion
- License: mit
- Created: 2019-02-14T06:33:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T08:37:11.000Z (about 3 years ago)
- Last Synced: 2024-06-19T11:30:03.638Z (almost 2 years ago)
- Topics: cluster, crontab-syntax, golang, scheduler-service
- Language: Go
- Homepage:
- Size: 20.3 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gua
[](https://drone.syhlion.tw/syhlion/gua)
Support crontab style Schedule System implement by golang
## Changelog
[CHANGELOG](./CHANGELOG.md)
## Usage
use env file
```
$ ./gua start -e {{env.example}}
```
or has env
```
$ ./gua start
```
[env.example](./env.example)
## QuickStart:
[docker-compose](./docker-compose)
## Time Trigger Architecture

## Api Trigger Architecture

## Api
### admin api
[api v1](./apiv1.md)
## How to use time trigger for lua mode?
[lua mode doc](./luamode.md)
## How to use api trigger
[api trigger](./funclua.md)