dcron | dillon 's lightweight cron daemon | Cron Utils library
kandi X-RAY | dcron Summary
kandi X-RAY | dcron Summary
this lightweight cron daemon aims to be simple and secure, with just enough features to stay useful. it was written from scratch by matt dillon in 1994. it’s now developed and maintained by james pryor. in the author’s opinion, having to combine a cron daemon with another daemon like anacron makes for too much complexity. so the goal is a simple cron daemon that can also take over the central functions of anacron. unlike other fatter cron daemons, though, this cron doesn’t even try to manage environment variables or act as a shell. all jobs are run with /bin/sh for conformity and portability. we don’t try to use the user’s preferred shell: that breaks down for special users and even makes some of us normal users unhappy (for example, /bin/csh does not use a true o_append mode and has difficulty redirecting stdout and
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dcron
dcron Key Features
dcron Examples and Code Snippets
Community Discussions
Trending Discussions on dcron
QUESTION
I have created a cron with crond + Alpine in Google Cloud Run
All work, but after minutes the cron is stopped when container no receive any request across http.
But if you do not reload the web page after at least 30 minutes cron is stopped.
Any idea what is wrong?
This is my dockerfile.
...ANSWER
Answered 2020-Dec-13 at 00:47Nothing is wrong in respect to how Cloud Run is designed.
When there are no requests, the Cloud Run container is suspended. This means you cannot do background tasks. Cloud Run is an HTTP Request/Response system. When Cloud Run returns the HTTP response and there are no other requests being processed, your CPU is stopped.
After startup, you should only expect to be able to do computation within the scope of a request: a container instance does not have any CPU allocated if it is not processing a request.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install dcron
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page