Periodic tasks creator in various tasks tracking and issues management systems.
Go to file
Stanislav Nikitin 0018c79b89
Add license and fix CI configuration to push to latest Docker tag tagged image.
2021-09-28 13:15:40 +05:00
internal Add build helpers and improve configuration example. 2021-09-28 08:35:03 +05:00
scripts Add build helpers and improve configuration example. 2021-09-28 08:35:03 +05:00
.gitignore Add build helpers and improve configuration example. 2021-09-28 08:35:03 +05:00
.gitlab-ci.yml Add license and fix CI configuration to push to latest Docker tag tagged image. 2021-09-28 13:15:40 +05:00
.golangci.yml Initial commit. 2021-09-26 10:30:51 +05:00
CHANGELOG.md Add license and fix CI configuration to push to latest Docker tag tagged image. 2021-09-28 13:15:40 +05:00
Dockerfile Add build helpers and improve configuration example. 2021-09-28 08:35:03 +05:00
LICENSE Add license and fix CI configuration to push to latest Docker tag tagged image. 2021-09-28 13:15:40 +05:00
Makefile Add build helpers and improve configuration example. 2021-09-28 08:35:03 +05:00
README.md Documentational commit. 2021-09-27 18:03:17 +05:00
config.example.yaml Add build helpers and improve configuration example. 2021-09-28 08:35:03 +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 Add build helpers and improve configuration example. 2021-09-28 08:35:03 +05:00

README.md

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

Compose a configuration file (read below) and add this to your cron:

docker run --rm -v ./config.yaml:/periodicator.yaml registry.gitlab.pztrn.name/pztrn/periodicator:latest

Configuring

See config.example.yaml file in repository's root with configuration file structure and parameters description.