1. 29 Aug, 2020 1 commit
    • blitzmann's avatar
      Improvements to task processing · e7eb5b6e
      blitzmann authored
      * Moves clean up to separate function for organization
      * moves the `self.dequeued.append(item)` immediately after `self.queue.get()` so that we don't wait for it to show up
      
      (cherry picked from commit bc9372e88f0c8855694431f811702d7fb899a97e)
      e7eb5b6e
  2. 28 Aug, 2020 2 commits
  3. 25 Aug, 2020 5 commits
  4. 24 Aug, 2020 9 commits
  5. 23 Aug, 2020 11 commits
  6. 22 Aug, 2020 6 commits
  7. 21 Aug, 2020 2 commits
  8. 17 Aug, 2020 1 commit
    • Brandon Ingli's avatar
      Elevate Log Messages in web.py · 4ee5dcaf
      Brandon Ingli authored
      Elevates login failure log messages and register failure log messages from INFO to WARNING, "Unknown Error" to ERROR, and fixes misspelling of "address" in web.py log messages. Misspelling remains in variable names to avoid breaking changes.
      4ee5dcaf
  9. 15 Aug, 2020 3 commits