Bugs item #1633513, was opened at 2007-01-11 21:20 Message generated for change (Comment added) made by tuvic 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: Closed
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: 2008-09-14 16:28
Message: The report can be closed: apparently, it's not really an issue. I don't even know why exactly I filed the report.
Greetings, Tuvic
----------------------------------------------------------------------
Comment By: Andr Malafaya Baptista (malafaya) Date: 2008-09-09 18:09
Message: As for me, I find it useful even in autonomous mode. Sometimes, I just process a full category in autonomous mode and check the graphs later. In my opinion, the option of creating graphs in autonomous mode should be left to the operator (i.e., leave the feature as it is now).
P.S. should this bug be closed? it's been more than 18 months since it was opened.
----------------------------------------------------------------------
Comment By: tuvic (tuvic) Date: 2007-01-12 16: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 12: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