r-cluster
R scheduler
A tool to schedule R scripts on a distributed computing environment
A tool to distributively schedule R scripts on a mesos cluster
7 stars
6 watching
2 forks
Language: HTML
last commit: almost 9 years ago
Linked from 1 awesome list
golangmesosr
Related projects:
Repository | Description | Stars |
---|---|---|
kscherer/wraxl-scheduler | A Mesos Python Scheduler that selects hosts and configurations based on weighted random selection, using Python RQ for job scheduling. | 1 |
cirocosta/cr | An execution system for tasks with dependencies. | 695 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 40 |
rq/rq-scheduler | Library that adds scheduling capabilities to Redis-based queuing library | 1,447 |
dask/distributed | A library for managing and orchestrating parallel computing tasks across multiple machines | 1,579 |
hlascelles/que-scheduler | Automates job scheduling and execution in an asynchronous workflow using a cron-like configuration file. | 115 |
bosma/scheduler | A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
kpamnany/partr | A parallel task execution runtime using parallel depth-first scheduling | 34 |
kagkarlsson/db-scheduler | A task scheduler that allows for cluster-friendly, persistent tasks with high throughput and minimal dependencies. | 1,263 |
resque/resque-scheduler | Supports scheduling of future job runs in a background job system | 1,737 |
sgrondin/bottleneck | A lightweight task scheduler and rate limiter that supports clustering and is designed to add minimal complexity to applications. | 1,833 |
jhuckaby/cronicle | A distributed task scheduler and runner with a web-based UI that handles scheduling, job running, and real-time stats across multiple servers. | 3,915 |
rk/go-cron | A library for scheduling tasks with varying intervals in Go | 232 |
jjb/ruby-clock | A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |