[08:07:38] According to someone on Twitter, we may have today our top web traffic ever recorded: https://twitter.com/jynus/status/1241994650908532737 [08:15:57] Great! [08:52:25] is this something we should be caching? [08:52:26] https://meta.wikimedia.org/w/index.php?title=Special:HideBanners&duration=604800&category=Programmatic_2020_mlWW_nonFR&reason=close [09:07:59] <_joe_> effie: that's... an old problem I think [09:08:09] from what I see [09:08:13] it is evident now [09:08:18] wait [09:08:32] well, ok evident is probably too much [09:09:55] let me still if it is still one of the top hits on appservers, I compaired requests on the 21th vs 14th of march [09:10:18] and those urls had 1000s of requests on the 21st [09:11:49] https://logstash.wikimedia.org/goto/c0513b57babc49171bd823e813186e4e [09:12:08] if you scroll down to Top URI [09:12:34] normally the top URI on appservers is http://en.wikipedia.org/wiki/Special:Random [09:12:45] anyway [09:14:10] it just stood out now while it wasnt [09:14:31] <_joe_> effie: it's just they added a banner in the meanwhile [09:14:41] yeah I figured [09:15:55] avg req time for it is about 0.02-0.03 secs [09:16:41] tx joe [14:21:15] jynus: have we broke the traffic records yet? [14:49:55] RhinosF1: I am not ignoring you, but trying to handle that issue ATM [14:50:18] no problem! [16:37:30] question: I want to create a non-public task on Phabricator (the nature of the task requires it to be private). I went to "New Task (Advanced)" and changed "Visible" and "Editable" to "WMF-NDA" [16:37:39] it shows me this message, "Please don't modify the Visible to and Editable by fields unless you know what you are doing." [16:37:50] did I do it right? :) [16:38:04] sukhe: when I need this I start from https://phabricator.wikimedia.org/maniphest/task/edit/form/23/ [16:38:17] which was one of the 'create task' dropdown options for me [16:38:32] thanks cdanis. much cleaner! [16:38:43] 👍 [16:41:46] sukhe: go to https://phabricator.wikimedia.org/maniphest/ and on the top-right there is acreate task [16:41:57] you can choose what you need there [16:42:44] volans: yeah thanks! [16:43:00] *create task menu [16:43:05] I am using the template cdanis shared [16:43:16] (which is also in the dropdown) [16:43:20] that's part of the menu [16:43:23] yep :D [20:53:34] anyone know offhand if mediawiki::periodic_job interval (that is, systemd OnCalendar interval) accepts */2 syntax, or what to use instead? [20:54:19] `man systemd.time` implies not -- I could replace it with "1/2" but I don't know if we care about clustering on the odd numbers or whatever [21:15:00] I take it back, I guess */2 in cron syntax is equivalent to 0/2, so we've been clustering on the even numbers all along