-
Hello,
First and foremost, thanks a lot for the super useful piece of software.
I am running a node script hourly on a alpine based Docker image and logs are by default logged as level-based, wh…
-
~/projects/experiments/laravel-roadrunner-in-docker master make install
```docker-compose run --rm --user "1000:1000" --no-deps app composer install --ansi --prefer-dist
Building app
Step 1/1…
-
As follow up from https://github.com/thecodingmachine/docker-images-php/issues/213 , Kudos to https://github.com/thecodingmachine/docker-images-php/issues/213#issuecomment-815307490
## Expected Beh…
-
Hello,
testing locally everything is running fine however once supercronic is started in k8s, I get this error message every minute:
`level=error msg="error running command: signal: killed" iter…
-
I keep getting a `PG Connection` error, despite setting a valid `DATABASE_URL`
``` application error
PG::ConnectionBad at /
could not connect to server: No such file or directory Is the server ru…
-
Hi,
I get no response in #213 which has been closed. Its still broken;
```
php_1 | PHP Warning: PHP Startup: Unable to load dynamic library 'redis.so' (tried: /usr/lib/php/20190902/redis.so…
-
## Expected Behavior
Enable redis support in PHP in thecodingmachine/php:7.4-v3-slim-fpm
## Current Behavior
Container crashing on start or giving constant errors on load.
## Possible Solution…
-
Strangest thing, all custom jobs are duplicated but not the default ones. They are listed twice in the list and run twice.
Jobs are added in onSchedulerInitialized, I checked and rechecked, there's n…
-
Hi,
I'm trying to use UTC time zone whenever I can in my projects and there is this one functionality missing for me in supercronic. It's ability to change **scheduler time zone** without changing s…
-
Hi!
I stumbled upon an out of date link in the readme. It says https://github.com/gorhill/cronexpr but it should probably be https://github.com/krallin/cronexpr with `krallin`. Commit 6a0e41f4ca204…