[01:45:14] 10GitLab (CI & Job Runners), 13Patch-For-Review, 10Release-Engineering-Team (Priority Backlog 📥): Allow images from https://docker-registry.tools.wmflabs.org/ for CI under https://gitlab.wikimedia.org/toolforge-repos/ - https://phabricator.wikimedia.org/T334512#9751545 (10Don-vip) Since I created this ticket... [20:11:24] My sse magic for getting the webhook events into wikibugs is not playing nice. :/ The endpoint is working great via curl, but my asyncio python client gets lost somewhere in establishing the connection. Very frustrating at the moment. [21:03:33] LOL. I left my broken client running in a background window while I worked on other things. 26 minutes after I started it the client finished the initial https handshake and started outputing data. This almost certainly is a problem in my client as the curl test work functionally instantly. Still maddening, but at least showing something more than "it doesn't work". [21:14:50] 26 minutes is... impressive [21:16:25] once it started actually working it seemed be perfectly happy. A second test in the same fashion started working after "only" 9 minutes. [21:17:26] It must be something I did wrong in the asyncio loop setup. I'm not sure what else could pause that long before doing the needful