1. 09 May, 2020 2 commits
  2. 06 May, 2020 3 commits
  3. 05 May, 2020 2 commits
  4. 29 Apr, 2020 1 commit
  5. 28 Apr, 2020 1 commit
    • Aaron Gonzales's avatar
      Dual linear + polynomial timer for #604 (#726) · 65709919
      Aaron Gonzales authored
      * [FIX]: fix request error bug limiting requests
      
      * [FEAT]: add dual poly. backoff + linear timer if request limit hit
      
      Add a dual polynomial + linear timer to allow for optimal fine grain
      searching of twitter timeout value. A new arg `min_wait_time` allows
      users to to do one of three things; Firstly, if they know a value that
      is optimal already then can input it directly allowing the timer to
      stricty be a linear timer. Secondly, if Twitter suddenly changes their
      timeout limit and the value no longer satifies the required amount,
      the timer will decide the higher valued option between the polynomial
      timer's and linear timer's next value so the application still
      functions. Third, as the linear timers min_wait_time arg goes to zero
      the timer becomes strictly a polynomial backoff timer that allows the
      user versatility and less likely to explode in the case of a change in
      Twitter request limit timeout.
      
      * [FIX]: add args to config.py
      
      * [REFACT]: minor changes to run.py
      
      * [REFACT]: small change to arg case
      65709919
  6. 20 Apr, 2020 1 commit
  7. 15 Apr, 2020 1 commit
  8. 11 Apr, 2020 1 commit
  9. 05 Apr, 2020 2 commits
  10. 03 Apr, 2020 1 commit
  11. 23 Mar, 2020 2 commits
  12. 22 Mar, 2020 1 commit
  13. 13 Mar, 2020 1 commit
  14. 12 Mar, 2020 1 commit
  15. 22 Feb, 2020 2 commits
  16. 21 Feb, 2020 2 commits
  17. 07 Feb, 2020 5 commits
  18. 27 Jan, 2020 3 commits
  19. 23 Jan, 2020 1 commit
  20. 24 Dec, 2019 2 commits
  21. 23 Dec, 2019 2 commits
  22. 19 Dec, 2019 2 commits
  23. 17 Dec, 2019 1 commit