Skip to content
Snippets Groups Projects
  • Monty Brandenberg's avatar
    28a04400
    Implemented HTTP retry for requests. Went in rather easily which · 28a04400
    Monty Brandenberg authored
    surprised me.  Added a retry queue similar to ready queue to the
    policy object which is sorted by retry time.  Currently do five
    retries (after the initial try) delayed by .25, .5, 1, 2 and 5
    seconds.  Removed the retry logic from the lltexturefetch module.
    Upped the waiting time in the unit test for the retries.  People
    won't like this but tough, need tests.
    28a04400
    History
    Implemented HTTP retry for requests. Went in rather easily which
    Monty Brandenberg authored
    surprised me.  Added a retry queue similar to ready queue to the
    policy object which is sorted by retry time.  Currently do five
    retries (after the initial try) delayed by .25, .5, 1, 2 and 5
    seconds.  Removed the retry logic from the lltexturefetch module.
    Upped the waiting time in the unit test for the retries.  People
    won't like this but tough, need tests.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.