Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release new queue beta #1969

Merged
merged 32 commits into from
Aug 17, 2022
Merged

Release new queue beta #1969

merged 32 commits into from
Aug 17, 2022

Commits on Jul 25, 2022

  1. queue-refactor-backend (#1489)

    * queue-refactor-backend
    
    - create a template for the new design
    
    * queue-refactor-backend
    
    - clean after the old queue
    
    * queue-refactor-backend
    
    - add basic test to websocket endpoint
    
    * queue-refactor-backend
    
    - small fix
    
    * queue-refactor-backend
    
    - debugs&fixes&finalizations
    - test the flow with postman
    
    * queue-refactor-backend
    
    - tweaks on websocket closing
    
    * queue-refactor-backend
    
    - cleanup
    
    * queue-refactor-backend
    
    - cleanup & tweaks
    
    * queue-refactor-backend
    
    - cleanup & tweaks
    
    * queue-refactor-backend
    
    - cleanup & tweaks
    - correct the exception handling
    
    * queue-refactor-backend
    
    - add websockets dependency
    
    * queue-refactor-backend
    - reformat
    
    * queue-refactor-backend
    - add single event test
    
    * queue-refactor-backend
    - tweaks
    - remove outdated tests
    
    * queue-refactor-backend
    - reformat
    
    * queue-refactor-backend
    - reformat
    
    * queue-refactor-backend
    - reformat
    
    * queue-refactor-backend
    - add Queue configurations to Blocks.launch()
    - add live_queue_update to send estimations whenever a job gets fetched from the Queue
    
    * queue-refactor-backend
    - add Queue configurations to Blocks.launch()
    - add live_queue_update to send estimations whenever a job gets fetched from the Queue
    
    * queue-refactor-backend
    - tweaks
    
    * queue-refactor-backend
    - make SLEEP_WHEN_FREE shorter
    
    Co-authored-by: Ali Abid <aabid94@gmail.com>
    omerXfaruq and aliabid94 committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    20f1672 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Add estimation parameters to queue (#1889)

    * - tweaks on Estimation
    
    * version
    
    * Revert "version"
    
    This reverts commit bd1f4d7.
    
    * some fix and tweaks
    omerXfaruq committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    085bc8e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. implement queue frontend (#1950)

    * implement queue frontend
    
    * fix types
    
    * fix ws endpoint in build mode
    
    * cleanup
    pngwn committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    0e9d304 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Queue tweaks (#1909)

    * tweaks on estimation payload
    
    * Queue keep ws connections open (#1910)
    
    * 1. keep ws connections open after the event process is completed
    2. do not send estimations periodically if live queue updates is open
    
    * fix calculation
    
    * 1. tweaks on event_queue
    omerXfaruq committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    0d2c575 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e55651 View commit details
    Browse the repository at this point in the history
  3. merge

    aliabid94 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    4226d47 View commit details
    Browse the repository at this point in the history
  4. format

    aliabid94 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    f245ab8 View commit details
    Browse the repository at this point in the history
  5. fix

    aliabid94 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    f5d618b View commit details
    Browse the repository at this point in the history
  6. fix tests

    aliabid94 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    fb15b0d View commit details
    Browse the repository at this point in the history
  7. fix tests

    aliabid94 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    6bb6c31 View commit details
    Browse the repository at this point in the history
  8. tets

    aliabid94 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    2974ca3 View commit details
    Browse the repository at this point in the history
  9. test

    aliabid94 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    83e331e View commit details
    Browse the repository at this point in the history
  10. changes

    aliabid94 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    dec984a View commit details
    Browse the repository at this point in the history
  11. changes

    aliabid94 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    6733d43 View commit details
    Browse the repository at this point in the history
  12. changes

    aliabid94 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    efd0f13 View commit details
    Browse the repository at this point in the history
  13. change'

    aliabid94 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    d533875 View commit details
    Browse the repository at this point in the history
  14. wtf

    aliabid94 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    10b419c View commit details
    Browse the repository at this point in the history
  15. changes

    aliabid94 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    849d09c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    80e261b View commit details
    Browse the repository at this point in the history
  17. changes

    aliabid94 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    027ff5d View commit details
    Browse the repository at this point in the history
  18. file perms

    aliabid94 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    2416ecc View commit details
    Browse the repository at this point in the history
  19. Release queue beta v1 (#1971)

    * - release the new queue
    
    * - bypass the issue in the tests
    - rewrite the lost part in the codebase
    omerXfaruq committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    b284b59 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0aa0d43 View commit details
    Browse the repository at this point in the history
  21. rank_eta calc

    aliabid94 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    326f414 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9611f4e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    5f55ec4 View commit details
    Browse the repository at this point in the history
  2. Queue fixes (#1981)

    * change
    
    * format
    
    * - comment out queue tests as they dont work well
    
    * - reformat
    
    * Update gradio/event_queue.py
    
    Co-authored-by: Ömer Faruk Özdemir <farukozderim@gmail.com>
    
    * changes
    
    * changes
    
    * change
    
    * weird fix
    
    Co-authored-by: Ömer Faruk Özdemir <farukozderim@gmail.com>
    aliabid94 and omerXfaruq committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    23d0951 View commit details
    Browse the repository at this point in the history
  3. release-queue-v3 (#1988)

    omerXfaruq committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    2908353 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Fix frontend queuing to target secure WSS (#1996)

    * change
    
    * format
    
    * changes
    aliabid94 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    26f89eb View commit details
    Browse the repository at this point in the history
  2. queue-concurrency-tweaks (#2002)

    1. make gather_data and broadcast_estimation sequential instead of concurrent because they were deleting elements at the same time and raising expections which was lowering the performance
    omerXfaruq committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    d7e5251 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. changes

    aliabid94 committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    289ca46 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Update Queue API, documentation (#2026)

    * changes
    
    * changes
    
    * fixes
    
    * changes
    
    * change
    
    * fix
    aliabid94 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    8c2ab97 View commit details
    Browse the repository at this point in the history