Dvorapa created this task.
Dvorapa added a project: Pywikibot.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  I just changed my user-config to this:
  
    # ############# SETTINGS TO AVOID SERVER OVERLOAD ##############
    
    # Slow down the robot such that it never requests a second page within
    # 'minthrottle' seconds. This can be lengthened if the server is slow,
    # but never more than 'maxthrottle' seconds. However - if you are running
    # more than one bot in parallel the times are lengthened.
    #
    # 'maxlag' is used to control the rate of server access (see below).
    # Set minthrottle to non-zero to use a throttle on read access.
    minthrottle = 10
    maxthrottle = 60
    
    # Slow down the robot such that it never makes a second page edit within
    # 'put_throttle' seconds.
    put_throttle = 10
    
    # Sometimes you want to know when a delay is inserted. If a delay is larger
    # than 'noisysleep' seconds, it is logged on the screen.
    noisysleep = 4.0
    
    # Defer bot edits during periods of database server lag. For details, see
    # https://www.mediawiki.org/wiki/Maxlag_parameter
    # You can set this variable to a number of seconds, or to None (or 0) to
    # disable this behavior. Higher values are more aggressive in seeking
    # access to the wiki.
    # Non-Wikimedia wikis may or may not support this feature; for families
    # that do not use it, it is recommended to set minthrottle (above) to
    # at least 1 second.
    maxlag = 10
    
    # Maximum of pages which can be retrieved at one time from wiki server.
    # -1 indicates limit by api restriction
    step = 1
    
    # Maximum number of times to retry an API request before quitting.
    max_retries = 15
    # Minimum time to wait before resubmitting a failed API request.
    retry_wait = 5
    # Maximum time to wait before resubmitting a failed API request.
    retry_max = 120
  
  and got this:
  
    $ python pwb.py 201910-infoboxy -ref:"Šablona:Infobox Ročník fotbalového 
turnaje" -ns:0
    Sleeping for 20.0 seconds, 2019-10-27 17:52:57
    Sleeping for 19.6 seconds, 2019-10-27 17:53:17
    Sleeping for 19.8 seconds, 2019-10-27 17:53:37
    Sleeping for 19.8 seconds, 2019-10-27 17:53:57
    Sleeping for 19.8 seconds, 2019-10-27 17:54:17
    Sleeping for 19.8 seconds, 2019-10-27 17:54:37
    Sleeping for 19.8 seconds, 2019-10-27 17:54:57
    Sleeping for 19.8 seconds, 2019-10-27 17:55:17
    Sleeping for 19.8 seconds, 2019-10-27 17:55:37
    Sleeping for 19.8 seconds, 2019-10-27 17:55:57
    Sleeping for 19.8 seconds, 2019-10-27 17:56:17
    Sleeping for 19.8 seconds, 2019-10-27 17:56:37
    Sleeping for 19.8 seconds, 2019-10-27 17:56:57
    Sleeping for 19.8 seconds, 2019-10-27 17:57:17
    Sleeping for 19.8 seconds, 2019-10-27 17:57:37
    Sleeping for 9.8 seconds, 2019-10-27 17:57:57
    Sleeping for 9.8 seconds, 2019-10-27 17:58:07
    Sleeping for 9.8 seconds, 2019-10-27 17:58:17
    Sleeping for 9.8 seconds, 2019-10-27 17:58:27
    Sleeping for 9.8 seconds, 2019-10-27 17:58:37
    Sleeping for 9.8 seconds, 2019-10-27 17:58:47
    Sleeping for 9.8 seconds, 2019-10-27 17:58:57
    Sleeping for 9.8 seconds, 2019-10-27 17:59:07
    Sleeping for 9.8 seconds, 2019-10-27 17:59:17
    Sleeping for 9.8 seconds, 2019-10-27 17:59:27
    Sleeping for 9.8 seconds, 2019-10-27 17:59:37
    Sleeping for 9.8 seconds, 2019-10-27 17:59:47
    Sleeping for 9.8 seconds, 2019-10-27 17:59:57
    Sleeping for 9.8 seconds, 2019-10-27 18:00:07
    Sleeping for 9.8 seconds, 2019-10-27 18:00:17
    Sleeping for 9.8 seconds, 2019-10-27 18:00:27
    Sleeping for 9.8 seconds, 2019-10-27 18:00:37
    Sleeping for 9.8 seconds, 2019-10-27 18:00:47
    Sleeping for 9.8 seconds, 2019-10-27 18:00:57
    Sleeping for 9.8 seconds, 2019-10-27 18:01:07
    Sleeping for 9.8 seconds, 2019-10-27 18:01:17
    Sleeping for 9.8 seconds, 2019-10-27 18:01:27
    Sleeping for 9.8 seconds, 2019-10-27 18:01:37
    Sleeping for 9.8 seconds, 2019-10-27 18:01:47
    Sleeping for 9.8 seconds, 2019-10-27 18:01:57
    Sleeping for 9.8 seconds, 2019-10-27 18:02:07
    Sleeping for 9.8 seconds, 2019-10-27 18:02:17
    Sleeping for 9.8 seconds, 2019-10-27 18:02:27
    Sleeping for 9.8 seconds, 2019-10-27 18:02:37
    Sleeping for 9.8 seconds, 2019-10-27 18:02:47
    Sleeping for 19.8 seconds, 2019-10-27 18:02:57
    Sleeping for 19.8 seconds, 2019-10-27 18:03:17
    Sleeping for 19.8 seconds, 2019-10-27 18:03:37
    Sleeping for 19.8 seconds, 2019-10-27 18:03:57
    Sleeping for 19.8 seconds, 2019-10-27 18:04:17
    Sleeping for 19.8 seconds, 2019-10-27 18:04:37
    Sleeping for 19.8 seconds, 2019-10-27 18:04:57
    Sleeping for 19.8 seconds, 2019-10-27 18:05:18
    Sleeping for 19.8 seconds, 2019-10-27 18:05:38
    Sleeping for 19.8 seconds, 2019-10-27 18:05:58

TASK DETAIL
  https://phabricator.wikimedia.org/T236625

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Dvorapa
Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Zkhalido, Viztor, DannyS712, Wenyi, 
Tbscho, MayS, Mdupont, JJMC89, Altostratus, Avicennasis, mys_721tx, jayvdb, 
Dalba, Masti, Alchimista, Rxy
_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to