Bugs item #1633513, was opened at 2007-01-11 15:20 Message generated for change (Settings changed) made by russblau You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1633513...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update.
Category: interwiki
Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: tuvic (tuvic) Assigned to: Nobody/Anonymous (nobody) Summary: Interwiki.py graphs when in autonomous mode
Initial Comment: The interwiki-bot tries to make graphs when it's in autonomous mode, if you have the option interwiki-graphs switched on.
It shouldn't do that, because it destroys the autonomous behavior.
if config.interwiki_graph:<<
on line 745 of the code (r 1.343) should be changed to
if config.interwiki_graph and (not globalvar.autonomous):<<
Greetings, Tuvic
----------------------------------------------------------------------
Comment By: tuvic (tuvic) Date: 2007-01-12 10:20
Message: Logged In: YES user_id=1557188 Originator: YES
I'm sorry, I forgot I had put in a little piece of code that first asks before creating a graph.
So, it doesn't destroy the autonomous mode, but it will use up a lot (sometimes a gigantic amount) of cpu unnecessary. It creates graphs while you can't do anything with them at that point, and most likely the situation will have changed when you run a manual bot the next time.
Greetings, Tuvic
----------------------------------------------------------------------
Comment By: Daniel Herding (wikipedian) Date: 2007-01-12 06:50
Message: Logged In: YES user_id=880694 Originator: NO
Why does it destroy autonomous behaviour? Creating graphs is done fully automatic.
I think the real problem here is that creating graphs takes too long.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1633513...
pywikipedia-l@lists.wikimedia.org