Chronos
Welcome to

Chronos

Google sign-in Login with Google
Made with love and coffee

About Chronos

Chronos is a simple web application designed to manage scheduled jobs.

Why Chronos?

With chronos you can schedule recurring or non recurring jobs. You even get updates about you jobs like wether or not they have been scheduled, if they ran successfully or failed, if failed what was the reason.

Multiple Processors/workers

Chronos can run on a distributed server and solves the problem of multiple executions of same job due to application running on multiple machines. It uses mongoDB to acquire locks on the jobs and only one of the machines can process the job.




Authentication

To restrict access chronos can only be accessed using a @cosmofeed.com account. Add your cosmofeed email id to allowedEmails.txt and then sign in with google to access chronos UI. In order to sign out manually add '/logout' after the chronos link.
https://chronos.cosmofeed.com/logout

Documentation
Documentation