Code Monkey home page Code Monkey logo

kala's People

Contributors

ajvb avatar alexizydorczyk avatar benwaine avatar daetal-us avatar dangkaka avatar demianbucik avatar dependabot[bot] avatar diegomarangoni avatar elimisteve avatar gwoo avatar harsimranmaan avatar itstehkman avatar jasonshenshen avatar johntdyer avatar josejuanmontiel avatar leonardogcsoares avatar levrado avatar ligurio avatar marcosinger avatar marcovigna17 avatar n10ty avatar nicday avatar rjsab avatar rudibroekhuizen avatar samdolan avatar tarikozket avatar tenzer avatar tooolbox avatar up9cloud avatar zerodivisi0n avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kala's Issues

Work together with dcron?

Man, how I wish Kala and Dcron would just work together.

https://github.com/ajvb/kala

https://github.com/victorcoder/dcron

Fusing both would be AWESOME (I'd even like to help).

What Dcron gets right:

  • Distributed by design
  • Raft for the reliable parts, gossip for lightweight sync, a match made in heaven
  • Linux mentality
  • Dashboard included
  • Good docs, nice website, looks serious

What Kala gets right:

  • Built much more directly after Chronos, which has an amazing and battle tested API
  • Using ISO durations instead of NIHing their own format
  • Dependent jobs

Remove duplicate URL paths from api/ pkg

Is it really necessary to include each route twice like that? Is this so people can append a / or not and still get what they want?

    r.HandleFunc(ApiJobPath+"{id}", HandleJobRequest(cache, db)).Methods("DELETE", "GET")
    r.HandleFunc(ApiJobPath+"{id}/", HandleJobRequest(cache, db)).Methods("DELETE", "GET")
    ...
    r.HandleFunc(ApiJobPath+"stats/{id}", HandleListJobStatsRequest(cache)).Methods("GET")
    r.HandleFunc(ApiJobPath+"stats/{id}/", HandleListJobStatsRequest(cache)).Methods("GET")

Create Dashboard Webpage

Should:

  1. Display a list of active and disabled jobs
  2. Allow for the removal or disabling of a job
  3. Allow for the manual starting of a job
  4. Click to copy the Job's ID
  5. Display Job Stats for each listed Job
    Maybe's:
  6. Modal for BoltDB Stats?

App level metrics

  • Total # of Jobs
    • of Active and # of Disabled

  • Total # of Runs
    • of Successes and # of Errors

  • Next Job Run time (When is the next scheduled job going to run at?)
  • Last Job Run time

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.