paultag / moxie

moxie
MIT License
28 stars 7 forks source link

somehow find a way to let tasks write data back to moxie #16

Open paultag opened 10 years ago

paultag commented 10 years ago

perhaps capture a high file descriptor? might need some docker tweaks.

paultag commented 10 years ago

(e.g. to write back when it was a noop job, like 100% of the jobs on http://moxie.lucifer.pault.ag/job/crank-hy/ so far)

paultag commented 9 years ago

I still really like fds

tianon commented 9 years ago

now that you've got Slack hooked up (and IRC planned), it'd be nice to be able to push notifications from a job, too

tianon commented 9 years ago

This plus #37 could get really interesting for stringing together web services into sending simple notifications (like commit notifications, but possibly only after they've actually been run through the test suite and are either passing/failing) and/or providing job "badges" (similar to the "noop" you mentioned crank-hy usually being).

tianon commented 9 years ago

Actually, this could also be used to actually implement #37 -- ie, use this data-passing mechanism similar to EC2's introspection so that the job can ask for details of the webhook that fired it off. Bam, you've got your argument-passing mechanism in a general way.