Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Add redis stream #16

Merged
merged 33 commits into from
Sep 18, 2019
Merged

Add redis stream #16

merged 33 commits into from
Sep 18, 2019

Commits on Aug 11, 2019

  1. Add timeloop to worker requirements

    zteeed committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    2e2350a View commit details
    Browse the repository at this point in the history
  2. Add a timeloop joob to fetch challenges

    zteeed committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    2b16d69 View commit details
    Browse the repository at this point in the history
  3. Add timeloop start to asyncio loop

    zteeed committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    621a557 View commit details
    Browse the repository at this point in the history
  4. Use session requests in http_client script

    zteeed committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    c11dd63 View commit details
    Browse the repository at this point in the history
  5. Use aioredis instead of redis

    zteeed committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    ccc309f View commit details
    Browse the repository at this point in the history
  6. Add hiredis requirement

    zteeed committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    dfcbfcf View commit details
    Browse the repository at this point in the history
  7. Manage redis streams for data updates

    zteeed committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    ffb7ce3 View commit details
    Browse the repository at this point in the history
  8. Update constants vars

    zteeed committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    cf3c955 View commit details
    Browse the repository at this point in the history
  9. Remove timeloop requirement

    zteeed committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    6a7cc38 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

  1. Manage NoneType data in RootMeStaticHandler

    zteeed committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    c8183a6 View commit details
    Browse the repository at this point in the history
  2. Use an external function to fetch data

    zteeed committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    b9b9da6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Create consumer groups when api starts

    zteeed committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    8db3939 View commit details
    Browse the repository at this point in the history
  2. Add tasks to update data to streams for worker

    zteeed committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    ba75cd2 View commit details
    Browse the repository at this point in the history
  3. Use redis consumer groups in worker

    zteeed committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    5116b0b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Add timestamp data for every task

    zteeed committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    0b90931 View commit details
    Browse the repository at this point in the history
  2. Manage case when user has a null score

    zteeed committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    fba38a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22b499a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6047a19 View commit details
    Browse the repository at this point in the history
  5. Rename consumer group var (more explicit)

    zteeed committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    6e2dd20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2d4a50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b68d47 View commit details
    Browse the repository at this point in the history
  8. Check redis timestamp data format

    zteeed committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    689a581 View commit details
    Browse the repository at this point in the history
  9. Use class from app object

    zteeed committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    64eeca9 View commit details
    Browse the repository at this point in the history
  10. Use run method from asyncio

    zteeed committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    005cd70 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5a513d9 View commit details
    Browse the repository at this point in the history
  12. Unpack list before chaining with itertools

    zteeed committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    2af4f96 View commit details
    Browse the repository at this point in the history
  13. Use typing lib on functions

    zteeed committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    3689190 View commit details
    Browse the repository at this point in the history
  14. Rename function fetching data from redis

    zteeed committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    3de4c48 View commit details
    Browse the repository at this point in the history
  15. Refactor function fetching data from redis using new data structure f…

    …rom worker
    zteeed committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    5bb71a6 View commit details
    Browse the repository at this point in the history
  16. Add argument types to functions

    zteeed committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    3147511 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3fedeed View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ba8ae70 View commit details
    Browse the repository at this point in the history
  19. Use datetime iso format instead of str method

    zteeed committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    0dca6c5 View commit details
    Browse the repository at this point in the history