mesos / chronos

Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules

Home Page:http://mesos.github.io/chronos/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasks are not started on Windows agent

Straid3r opened this issue · comments

Tasks are not started on Windows agent because of task_id contains ':' what is prohibited symbol in Windows and mesos_agent not able to create a directory for the task.

Can you please replace ':' in task_id or make it configurable?

Thank you