-
Notifications
You must be signed in to change notification settings - Fork 38
Worker improvements #361
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
Merged
Merged
Worker improvements #361
Changes from 29 commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
64f11d2
initial commit for asyncio
v1r3n b2de890
token refresh logic
v1r3n 999e4e7
batch polling and batching support
v1r3n 87883e3
more updates
v1r3n 8c0cedc
Update requirements.txt
v1r3n c9c5172
Update pyproject.toml
v1r3n 4174b52
Update poetry.lock
v1r3n a3f2efb
more
v1r3n 5c77310
logging
v1r3n 3033e1e
more tests
v1r3n b312836
Update test_metrics_collector_events.py
v1r3n 3d78c38
fix tests
v1r3n da3daeb
remove deprecation warnings
v1r3n 340a2fd
test fixes
v1r3n 8b2fb1b
Create test_task_runner_asyncio_coverage.py
v1r3n 1c6bd6b
tests
v1r3n a2ba557
Update test_task_handler_coverage.py
v1r3n ca946f2
Update test_task_handler_coverage.py
v1r3n ec4b411
Update test_api_metrics.py
v1r3n 0a19e31
Update test_task_runner.py
v1r3n 9338435
Update test_task_handler_asyncio.py
v1r3n 874a46e
Update pull_request.yml
v1r3n 93567b1
Update test_api_metrics.py
v1r3n a27b1d2
Update test_task_runner_asyncio_concurrency.py
v1r3n 173aa16
fix
v1r3n 6ed3f82
tests
v1r3n 2d3c7be
Update test_task_handler_coverage.py
v1r3n 74cb99f
Update test_task_handler_coverage.py
v1r3n f914402
tests
v1r3n 26564fc
asyncio loop
v1r3n 23b6cc9
docs and tests
v1r3n 5af2250
Delete ASYNCIO_TEST_COVERAGE.md
v1r3n 9f0ba20
asyncio clean up
v1r3n ffbeb98
Create LEASE_EXTENSION.md
v1r3n d2f8b69
retries
v1r3n c674629
clean up
v1r3n 1ef6929
more
v1r3n a800e2c
tests
v1r3n bd49baa
Update test_worker_async_performance.py
v1r3n af26e7e
docs
v1r3n db87528
fixes
v1r3n f2f2918
Delete test_worker_async_performance.py
v1r3n 455137b
listeners and fixes
v1r3n baf78dc
fixes
v1r3n 7d35dc5
Update task_runner.py
v1r3n 7b01246
more
v1r3n a293352
fixes
v1r3n 14c6b7c
remove deprecation notices
v1r3n cd88e9f
Update test_workflows.py
v1r3n 611797f
Update test_worker_coverage.py
v1r3n 108651b
Update task_runner.py
v1r3n bd6321a
Update test_task_handler_coverage.py
v1r3n f78ef94
Update test_task_handler_coverage.py
v1r3n a18afef
Delete test_task_runner_async.py
v1r3n e71d824
fixes
v1r3n d18f162
fixes
v1r3n e6ed229
Update test_metrics_collector.py
v1r3n 7a56f98
docs
v1r3n 9bec5d4
documentation
v1r3n 5f6f6ee
updates to the documentation
v1r3n 78100b2
Automate build python sdk with version from the github release (#367)…
v1r3n 9b93f7d
updates
v1r3n a7e48f5
docs
v1r3n 866a76c
tests
v1r3n 6e0741d
schema and on update failure
v1r3n 728f36c
schema
v1r3n 0f61350
fixes
v1r3n 199f346
more
v1r3n 1ce80ad
docs
v1r3n File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here be dragons :)