Page MenuHomePhabricator

SULWatcher: avoid logging account creations more than once
Closed, DeclinedPublic

Description

When a regex rule is triggered, the account is logged in the SQL table N-times it autocreates accounts. We should find a way to avoid that and that only the first hit is logged since all accounts are now global. See T151113: Delete old data and/or stop logging to stewardbots' SULWatcher SQL DB.

Event Timeline

MarcoAurelio moved this task from General to Restricted Project Column on the stewardbots board.Jan 28 2017, 1:03 PM
MarcoAurelio edited projects, added Unknown Object (Project); removed stewardbots.
MarcoAurelio moved this task from Restricted Project Column to General on the stewardbots board.Jan 28 2017, 1:09 PM
MarcoAurelio edited projects, added stewardbots; removed Unknown Object (Project).

Perhaps this can be achieved instructing the bot to only listen to account creations at Meta or loginwiki. All account creations replicate to Meta, login and mediawiki IIRC.

MarcoAurelio edited subscribers, added: bd808; removed: jcrespo.

I'm declining this in favor of T174287.