←back to thread

183 points crescit_eundo | 1 comments | | HN request time: 0.34s | source
1. packetlost ◴[] No.45054880[source]
I once had a coworker use GitLab + a git repo + webhooks to implement a queued event system. Some change (I think it was in Jenkins) would call a webhook which would append to some JSON array in a repo, commit it, which would itself trigger something else downstream. It was horrifying and glorious.