Skip to content
/ crond Public

A lightweight crond for local development environments. Also leveraged the Skpr Preview environments.

Notifications You must be signed in to change notification settings

skpr/crond

Repository files navigation

skpr-crond

A lightweight crond for local development environments. Also leveraged the Skpr Preview environments.

What problem are we solving?

The standard Linux cron daemon is had to run in containers as it was built to run as root and then handle subprocesses as a specific user.

Ultimately this is alot to maintain when all developers want is a local developer approach for routinely executing a command to simulate cron tasks running in production.

Usage

Command

$ skpr-crond --config=path/to/config/file.yaml

Configuration

example:
  schedule: "* * * * *"
  command: echo 1

About

A lightweight crond for local development environments. Also leveraged the Skpr Preview environments.

Resources

Stars

Watchers

Forks

Packages