this post was submitted on 12 Jun 2023
53 points (100.0% liked)
Python
1929 readers
1 users here now
A community for talking about the Python programming language.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Lots and lots at work...
But my only real side project right now is a scheduler and supervisor... "If cron and supervisord had a super-powered love child".
I'm very close to releasing v1 so I'm not gonna jinx it by revealing too much, but it's already in production use by two companies, one of which is enterprise-level, using it to process MASSIVE data somewhere in the entertainment industry... and yes, it's gonna be FOSS, with MIT license.
It emphasizes a declarative approach to reproducing clusters of orchestrated job-runners on low-cost cloud infrastructure. Makes it easy to scale and even map-reduce.
Includes 3 interfaces: CLI (for everything), API (for most things), and UI (for most things).
It's gonna be sick heheh. I'll be sure to come back here once you can
pip install
it.ah yes, i have been trying to configure my crons and supervisord the right way and its such a pain in the butt. I would be EXTREMELY interested in trying/using it out. Also if you need any help let me know : )