-
From the documentation it's unclear to me how to get supercronic into a cron job in a Docker container. Say I specify a non-root system user in the Dockerfile before making the call to RUN usr/bin/cro…
-
Any idea of how to run cron in supervisord in this dockerfile? I'm hitting a wall here...
Tried this with no success:
```
[program:cron]
command = /usr/sbin/crond -f -l 15
autostart=true
autor…
bpuig updated
4 years ago
-
### Summary
Both Stage environments for us in multiple regions are maxing out 6/6 CPU with minimal traffic, including 1 for info:
Stage 2.1.3:
![image](https://user-images.githubusercontent.c…
-
**Description**
- The addition of cron and a text editor.
**Solution**
- Add packages cron and nano to the apt install part in the dockerfile(s)
**What are alternatives?**
- Web-based GUI i…
-
I would like to run barman inside a Docker container, with all barman logs going to the normal Docker console logs rather than a logfile. This is mostly easy enough by just leaving the `log_file = ...…
-
Hi there. I have a containerized application which runs about 15 crontabs on a "each-minute" cron schedule.
I started using supercronic because I did not want to have to run crond as a super-user. …
-
Good day.
Thank you very much for the supercronic - this is really very cool software.
However, we encountered a problem that we can’t find out if cron ended up with an error.
Do you plan to …
-
as raised in #116. some comments are already in the ticket.
For the moment I am going to assume that @mhoffmann75 is still busy with this.
-
The cloudfoundry environment is not the same as that we use for testing with Docker, particularly when it comes to using textract's dependencies (see #95 and #93). We should containerize the applicati…
-
Hi,
Thanks for making this great tool!
Is there any plan to add separate stdout/stderr log option to supercronic?
I saw [this closed issue](https://github.com/aptible/supercronic/issues/16), and …