Shams

Results 53 issues of Shams

Example code for Scala based solution: https://github.com/jesperdj/mandelactors

A possible fix is to limit the value of `SOLUTION_LIMIT` to the actual number of solutions `SOLUTION_LIMIT = Math.min(SOLUTION_LIMIT, SOLUTIONS[SIZE - 1]);`

**Is your feature request related to a problem? Please describe.** It consolidates the sandbox directory for both mesos and k8s. **Describe the solution you'd like** We should either mount or...

Relevant function: cook.mesos.optimizer/calculate-expected-complete-time

**Is your feature request related to a problem? Please describe.** This line in `scheduler.c;lj` seems problematic: `(datomic/transact-with-retries conn [[:db/add instance-id :instance/exit-code (int exit-code)]])))))` Reduces the overhead of writing to datomic...

enhancement
good first issue
performance

``` $ cs submit ls Attempting to submit on dev0 cluster... Job submission succeeded on dev0. Your job UUIDs are: $ ```

help wanted

``` $ curl http://localhost:12321/rawscheduler -X POST -d '{"jobs":[{"name":"test_job_1","max-retries":1,"mem":16,"uuid":"6bf88817-c6f1-4141-8504-c306a9b858c3","command":"echo Hello","cpus":0.1}]}' {"errors":"(not (map? nil))"} ``` ``` $ curl http://localhost:12321/rawscheduler -X POST -H"Content-Type: application/json" -d '{"jobs":[{"name":"test_job_1","max-retries":1,"mem":16,"uuid":"6bf88817-c6f1-4141-8504-c306a9b858c3","command":"echo Hello","cpus":0.1}]}' submitted jobs 6bf88817-c6f1-4141-8504-c306a9b858c3 ``` There should...

enhancement
help wanted
good first issue

We can let the executor perform health checks on a service (with a startup grace period) and fail the task once the running service becomes unhealthy. It could use environment...