This is an automated email from the ASF dual-hosted git repository.

vinodkone pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 2fa6598  Add info about Rhythm framework
2fa6598 is described below

commit 2fa65986de3ad707ee3afb6c59c744d1c3b93400
Author: Michał Łowicki <mlowi...@gmail.com>
AuthorDate: Sat Nov 3 23:39:28 2018 +0100

    Add info about Rhythm framework
---
 docs/frameworks.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/frameworks.md b/docs/frameworks.md
index d98675d..368ecad 100644
--- a/docs/frameworks.md
+++ b/docs/frameworks.md
@@ -35,6 +35,7 @@ layout: documentation
 * [GoDocker](https://bitbucket.org/osallou/go-docker) is a batch computing job 
scheduler like SGE, Torque, etc. It schedules batch computing tasks via webui, 
API or CLI for system or LDAP users, mounting their home directory or other 
shared resources in a Docker container. It targets scientists, not developers, 
and provides plugin mechanisms to extend or modify the default behavior.
 * [Jenkins](https://github.com/jenkinsci/mesos-plugin) is a continuous 
integration server. The mesos-jenkins plugin allows it to dynamically launch 
workers on a Mesos cluster depending on the workload.
 * [JobServer](http://www.grandlogic.com/content/html_docs/jobserver.html) is a 
distributed job scheduler and processor  which allows developers to build 
custom batch processing Tasklets using point and click web UI.
+* [Rhythm](https://github.com/mlowicki/rhythm) is a cron-like job scheduler 
supporting ACL and Vault for secrets management.
 
 ## Data Storage
 

Reply via email to