pymesos icon indicating copy to clipboard operation
pymesos copied to clipboard

A pure python implementation of Mesos scheduler and executor

Results 4 pymesos issues
Sort by recently updated
recently updated
newest added

At the moment the scheduler, executor and operations only support using http connections. This should be extended to add support for https. One way is to add a `use_https` flag...

enhancement

Hi, When I use pymesos to run 10, 100, 1000 tasks at same time, it runs perfectly. However, for 10000 tasks at same time, some status of tasks are TASK_LOST....

At the moment there is no way to enable authentication for the executor using pymesos. When executor authentication is enabled the agent injects `MESOS_EXECUTOR_AUTHENTICATION_TOKEN` into the the executors environment. This...

enhancement

Running: docker run --rm -ti python:3.11 bash -c 'pip install pymesos' Gives the following error ``` building 'http_parser.parser' extension creating build/temp.linux-x86_64-cpython-311 creating build/temp.linux-x86_64-cpython-311/http_parser gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3...