If you’d a like a non-vibe coded astrological scheduler, I made one years ago for April Fools: https://github.com/razorpay/shubhcron I had to research silly Vedic nonsense on Hinduism stackexchange. While this one changes how your CPU behaves (and does not believe in the stars to do it for you), shubhcron waits for the right auspicious time to run your cronjobs (or other processes).
Very cool! I am guessing you never got around to making the Kubernetes controller you mention in the README? :D
Astrological CPU Scheduler
21–23 of 23 posts
Re: Astrological CPU Scheduler
#22This scheduler takes advantage of sched_ext which is a relatively recent kernel capability. I really thought that EEVDF was the last word on scheduling in Linux, at least for the short-medium term. Apart from trolling I am really curious what other useful functionality sched_ext enables. One of the primary reasons CFS was replaced with EEVDF was because it has a better set of defaults which don't require tuning / pat…
Re: Astrological CPU Scheduler
#23If you’d a like a non-vibe coded astrological scheduler, I made one years ago for April Fools: https://github.com/razorpay/shubhcron I had to research silly Vedic nonsense on Hinduism stackexchange. While this one changes how your CPU behaves (and does not believe in the stars to do it for you), shubhcron waits for the right auspicious time to run your cronjobs (or other processes).