CloudCron | A simple distributed cloud friendly cron for the masses | Serverless library

 by   pplu Perl Version: Current License: Apache-2.0

kandi X-RAY | CloudCron Summary

kandi X-RAY | CloudCron Summary

CloudCron is a Perl library typically used in Serverless, DynamoDB applications. CloudCron has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

If you google around looking for a "cloud friendly cron" that runs on AWS, you’re out of luck. You’re probably just trying to solve one thing: to run a crontab on AWS.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              CloudCron has a low active ecosystem.
              It has 26 star(s) with 4 fork(s). There are 8 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 1 open issues and 0 have been closed. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of CloudCron is current.

            kandi-Quality Quality

              CloudCron has 0 bugs and 0 code smells.

            kandi-Security Security

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

            kandi-License License

              CloudCron is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              CloudCron releases are not available. You will need to build from source code and install.
              Installation instructions, 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 CloudCron
            Get all kandi verified functions for this library.

            CloudCron Key Features

            No Key Features are available at this moment for CloudCron.

            CloudCron Examples and Code Snippets

            No Code Snippets are available at this moment for CloudCron.

            Community Discussions

            Trending Discussions on CloudCron

            QUESTION

            Scalable cron architecture on top of AWS
            Asked 2018-Nov-15 at 04:01

            We have web application used by customers and they have option to create reports. Report contains email and scheduled time(Ex: every day, 9 a.m.).

            When the scheduled time matches the current time web app does some work and sends result to the email.

            I have one requirement where I need to implement scalable cron architecture on top of swf.

            My needed architecture looks like below:

            1. User creates report (DONE)
            2. Webapp saves report to the db and sends report data and timer to the cron microservice through SQS(simple query service). (DONE)
            3. Cron microservice reads incoming SQS messages and sends back SQS message when timer elapsed. (NEED THIS)
            4. Webapp reads SQS message and triggers Data Analyzer and Emailer function to send analyzed data. (DONE)

            From I read about SWF service is we can create cron jobs and SWF autoscales. How can I create scalable cron microservice using SWF?

            Open to any suggestions...

            P.S. Web app is written in nodejs, it will be very good to write microservice in nodejs.

            Update 1: After spending some time researching possible solutions, I found https://github.com/capside/CloudCron project. But it relies on cloudwatch event. For many scheduled tasks it may charge a lot IMO.

            Update 2: Banjo Obayomi suggested to use Lambda function with SQS and CWE.

            Solution 1:

            1. Webapp sends SQS message.
            2. SQS message triggers Lambda function1
            3. Lambda function creates CWE rule
            4. CWE rule triggers Lambda function2
            5. Lambda function2 sends SQS message back to webapp.

            Limitations: We can only create 100 CWE rules per region. It means webapp can not generate more than 100 reports with scheduled date.

            Links: cron-in-aws-with-lambda-function

            ...

            ANSWER

            Answered 2018-Nov-05 at 19:30

            Sounds like you can use AWS Lambda to be your ingesting point, have the function trigger from incoming SQS messages, do your processing and then send SQS message back.

            https://aws.amazon.com/blogs/aws/aws-lambda-adds-amazon-simple-queue-service-to-supported-event-sources/

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

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

            Vulnerabilities

            No vulnerabilities reported

            Install CloudCron

            You can install CloudCron with any perl package manager. We recommend using carton so you don’t install dependencies in your system (carton is usually installable via your SOs package manager):. CloudCron is split into two packages: - the management interface package: CloudCron enables you to create the necessary infrastructure - the worker package: CloudCron::Worker, the process that runs on your cloud nodes.

            Support

            The source code is located here: https://github.com/capside/CloudCron. Bugs and Issues can be reported here: https://github.com/capside/CloudCron/issues.
            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/pplu/CloudCron.git

          • CLI

            gh repo clone pplu/CloudCron

          • sshUrl

            git@github.com:pplu/CloudCron.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 Serverless Libraries

            Try Top Libraries by pplu

            aws-sdk-perl

            by ppluPerl

            aws-map

            by ppluPerl

            perl-lambda-byor

            by ppluPerl

            perl-aws-lambda

            by ppluPython