supercronic icon indicating copy to clipboard operation
supercronic copied to clipboard

Cron for containers

Results 47 supercronic issues
Sort by recently updated
recently updated
newest added

Since #172 in v0.22.3 I'm getting ``` time="2024-10-12T08:43:03+02:00" level=info msg="reaping dead processes" time="2024-10-12T08:43:03+02:00" level=fatal msg="Failed to fork exec: no such file or directory" ``` I debugged that behavior to https://github.com/aptible/supercronic/blob/cca6b3a90abc99a024f4b437da0f1886da68ca7a/reaper.go#L34...

1. fix https://github.com/aptible/supercronic/issues/177 2. run reaper test in docker container 3. use [bats-action](https://github.com/bats-core/bats-action) to install bats-core and bats-assert ... 4. fix https://github.com/aptible/supercronic/issues/173

If I'm running supercronic with prometheus active, sending `SIGINT` or `SIGTERM` results in an exit code of 1 and the log message "prometheus http serve failed". ```bash supercronic -json -prometheus-listen-address...

Hi! I'm having issues building multi-arch Docker image with supercronic. I'm able to use TARGETARCH in URL and binary name, but not in the sha1 checksum variable. Anyone know how...

Hello, I've seen that there's a related [Issue](https://github.com/aptible/supercronic/issues/85) unaddressed since 2021. And a [discarded PR](https://github.com/aptible/supercronic/pull/98) without any public context. Is it possible to have an "official" supercronic image in Dockerhub?...

Allow for the ability to use the L for the week field for a crontab entry You can then specify implied dates like: MON#L means the last Monday in the...

Hello 👋 Currently, only binaries are published, and sha digests are part of the release note. For automation purpose, it would be good to have those digests directly in the...

Thank you for the work on this project, it looks like a great solution to running Cron in a secure containerised environment. I'd like to suggest that this project provide...

feature

This pull request adds the -log-format argument that allows to construct a specific log format. This is useful when you want to have lighter, easier to read logs.

Hi there, I'm currently running supercronic in a docker and it's working great. I would like to run my script on "boot" e.g. when supercronic is started, as well as...

feature