GLGDLY
|
b1cc5be78d
|
Update queue with using deque & Update requirements (#2428)
* Update queue.py
* Update queue.py
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update queue.py
* Update requirements.txt
websockets with version <=9.1 with raise TypeError: WebSocketCommonProtocol.__init__() got an unexpected keyword argument 'logger'
* fix issues after rebase
Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
|
2022-11-04 16:53:23 -04:00 |
|
Abubakar Abid
|
0e168c4dff
|
Batching (#2218)
* batch
* formatting
* added parameter
* batch
* added docstrings
* correct arguments
* docstring
* adapt process_api for batch
* backend
* __call__
* more regular tests
* formatting
* cleaning up blocks.py
* __call__ works
* api route works
* first attempt at queue
* fixing tests
* fix some tests
* formatting
* removed print
* merge
* queue works!
* removed batch timeout
* removed batch timeout
* updated documentation
* fixing tests
* fixing tests
* fixing queue tests
* fixing queue tests
* formatting
* fix blocks config
* fix tests
* update documentation
* updated tests
* blocks
* blocks
* blocks
* tests
* test fixes
* more tests
* faster
* foramtting
* test fixes
* dataclasses
* fix
* revert to fix test
* fix
* fix test
* formatting
* fix tests
* refactoring examples
* formatting
* changelog
* fix examples
* formatting
* fix tests
* formatting
* catch error
* formatting
* fix tests
* fix cancel with batch
* final tests and docs
* test routes
* formatting
|
2022-10-24 16:32:37 -07:00 |
|
Freddy Boulton
|
831ae1405f
|
Cancel events from other events (#2433)
* WIP
* Use async iteration
* Format + comment
* Very hacky WIP
* Fix synchronization
* Add comments + tidy up implementation
* Remove print
* Fix rebase
* Lint
* Disconnect queue when cancelled
* Add stop button for interface automaticallY
* Unit tests + interface fixes
* Skip some tests on 3.7
* Skip in 3.7
* Fix skip message
* Fix for python 3.7
* Add stop variant to button variant type union
* CHANGELOG
* Add demos/gifs to the changelog
|
2022-10-14 18:43:24 -04:00 |
|
Freddy Boulton
|
2fdd2396d8
|
Fix race condition in queue (#2374)
* Catch disconnect exception
* Misc queue changes
* Add tests
* CHANGELOG
|
2022-10-13 11:07:36 -04:00 |
|
SkyTNT
|
0c4b13620e
|
fix : queue could be blocked (#2288)
* fix: queue could be blocked
* add: send error message
* fix
* fix
* Add tests
Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
|
2022-09-20 14:34:08 -04:00 |
|
Freddy Boulton
|
bbd1c7237e
|
Use max concurrency count in queue (#2286)
|
2022-09-19 10:03:06 -04:00 |
|
Abubakar Abid
|
fb434fc73d
|
Tests for Queue (#2214)
* enter key fix
* format
* fixes
* tests
* more tests
* formatting
* adding test skeleton
* added tests'
* remaining tests for websocket
* removed websocket
* fixes
Co-authored-by: Dawood <dawoodkhan82@gmail.com>
|
2022-09-12 17:47:33 -07:00 |
|