Hacker News new | ask | show | jobs
by jokh 2856 days ago
Yeah exactly. I don't understand why they wanted the scheduler to be written in Python, since the scheduler should be decoupled from the jobs they are running anyway.
1 comments

If your jobs are written in Python, there is nothing wrong with a Python-based scheduler. It can actually be quite convenient.