Skip to content

Comment on Show HN: Vespene – My new Python CI/CD and automation server written in Django

Comments

Does every machine running a worker have to be a full node with Django? Workers in a complex CI setup can often be e.g. raspberry pi machines, iOS emulators, Windows machines without admin access deep inside a firewall that make outgoing connections but not incoming, etc.

So, you might consider a protocol for builders to report their results (e.g. over SSH) without being a full node, if that doesn't exist. Looks good!

Hey!

Any node typically would run the webserver because it's not that heavy, but doesn't technically have to. It could just run one worker process. Right now the workers do need database access and I suspect that will stay that way for the short term.

Windows needs to happen, but I'm not sure when it happens. (Also a good list discussion).

I'm a bit curious about your raspberry pi use case - maybe a good topic for the forum? http://talk.vespene.io/

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.