[20:32:03] 10Quarry: Query counter increases but draft query is not accessible when window is closed and query doesn't have a title - https://phabricator.wikimedia.org/T101394#1521767 (10yuvipanda) Try now? They should show up as queries without titles... [20:32:34] 10Quarry: The last run time of all queries reports 5 months ago - https://phabricator.wikimedia.org/T87200#1521773 (10yuvipanda) Is this still happeneing? [21:14:10] 10Quarry: Recurring queries - https://phabricator.wikimedia.org/T101835#1521826 (10yuvipanda) An extra table would be required - schedules. It'll have: (id, query, schedule), where schedule is one of 'daily, weekly, monthly'. And then we'll have celerybeat or something wake up every minute or so, check the sched... [21:16:48] 10Quarry: Recurring queries - https://phabricator.wikimedia.org/T101835#1521836 (10yuvipanda) An alternative is to use crontab like mechanics, but have those be randomly generated by the code when it is selected. This will distribute them randomly, and also give people an accurate estimate of when this gets upda... [21:37:56] 10Quarry: Recurring queries - https://phabricator.wikimedia.org/T101835#1521874 (10valhallasw) The tsreports approach to this is regenerating on access, but showing the cached version while the regeneration is in process (plus an ETA for the new version).