Part of lp.answers.scripts.questionexpiration View In Hierarchy
Method | __init__ | Create a new QuestionJanitor. |
Method | expireQuestions | Expire old questions. |
Method | _login | Setup an interaction as the Launchpad Janitor. |
Method | _logout | Removed the Launchpad Janitor interaction. |
Unknown Field: days_before_expiration | Days of inactivity before a question is expired. Defaults to config.answertracker.days_before_expiration | |
Unknown Field: log | A logger instance to use for logging. Defaults to the default logger. |