dcron | dillon 's lightweight cron daemon | Cron Utils library

 by   dubiousjim C Version: Current License: GPL-2.0

kandi X-RAY | dcron Summary

kandi X-RAY | dcron Summary

dcron is a C library typically used in Utilities, Cron Utils applications. dcron has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

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

            kandi-support Support

              dcron has a low active ecosystem.
              It has 90 star(s) with 27 fork(s). There are 10 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 11 open issues and 4 have been closed. On average issues are closed in 288 days. There are 13 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of dcron is current.

            kandi-Quality Quality

              dcron has 0 bugs and 0 code smells.

            kandi-Security Security

              dcron has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              dcron code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              dcron is licensed under the GPL-2.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              dcron releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dcron
            Get all kandi verified functions for this library.

            dcron Key Features

            No Key Features are available at this moment for dcron.

            dcron Examples and Code Snippets

            No Code Snippets are available at this moment for dcron.

            Community Discussions

            Trending Discussions on dcron

            QUESTION

            Cron stopped in google cloud run
            Asked 2020-Dec-13 at 00:47

            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:47

            Nothing 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.

            Container runtime contract

            Source https://stackoverflow.com/questions/65271268

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install dcron

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/dubiousjim/dcron.git

          • CLI

            gh repo clone dubiousjim/dcron

          • sshUrl

            git@github.com:dubiousjim/dcron.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Cron Utils Libraries

            cron

            by robfig

            node-schedule

            by node-schedule

            agenda

            by agenda

            node-cron

            by kelektiv

            cron-expression

            by mtdowling

            Try Top Libraries by dubiousjim

            luafiveq

            by dubiousjimC

            yagh

            by dubiousjimPython

            runmjs

            by dubiousjimJavaScript