Periodic tasks creator in various tasks tracking and issues management systems.
Go to file
2021-09-27 17:52:19 +05:00
internal Initial commit. 2021-09-26 10:30:51 +05:00
.gitignore Initial commit. 2021-09-26 10:30:51 +05:00
.gitlab-ci.yml Another CI fix. 2021-09-27 17:15:29 +05:00
.golangci.yml Initial commit. 2021-09-26 10:30:51 +05:00
config.example.yaml Initial commit. 2021-09-26 10:30:51 +05:00
Dockerfile Dockerfile. 2021-09-27 17:52:19 +05:00
go.mod Initial commit. 2021-09-26 10:30:51 +05:00
go.sum Initial commit. 2021-09-26 10:30:51 +05:00
main.go Initial commit. 2021-09-26 10:30:51 +05:00
README.md Light README update and CI configuration. 2021-09-27 16:58:59 +05:00

Periodicator

A thing that do some things periodically.

Initially created for periodic issues (or tasks) creation in Gitlab.

Installing

There are several ways to install Periodicator.

Using binary release

Head over releases page, grab your binary and configure your system to start binary using cron.

Using Docker image

To be written :).

Configuring

To be written :).