Post #2178185
2026-02-03 09:48 UTC
@wouter@pleroma.debian.social @fosdem@fosstodon.org if you don’t mind me asking, how does the publishing step work? Is it bottlenecked on rsync pull frequency of individual mirrors and/or a periodic crawler completed transfers? The shape of the ‘publishing’ curve for the last 24 hours on the ‘ReviewState’ graph made me curious.
(Ie. https://dashboard.fosdem.org/d/febvgsg30muioa/sreview-stats?orgId=2&from=now-24h&to=now&timezone=browser&refresh=30s)
Replies (1)
-
@wouter@pleroma.debian.social 2026-02-03 12:42
@maarten@techpolicy.social The dispatcher does a HEAD request for a single file of every talk that is in the publishing state, then inspects the returned data. If that indicates that the video is public, it moves to the next state. Exact code at https://salsa.debian.org/debconf-video-team/sreview/-/blob/main/scripts/sreview-dispatch?ref_type=heads#L182-219 @fosdem@fosstodon.org