-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Customized concurrent handling #3654
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
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
46f5355
add customized concurrent handling
e3245c1
Merge branch 'master' of github.com:python-telegram-bot/python-telegr…
1ccfeae
Merge branch 'master' of github.com:python-telegram-bot/python-telegr…
a8bf427
add some requested changes
ecf2721
add docstrings
f9d8f30
some more improvements
ab95f79
exclude making new tasks when concurrent_updates is 0
2be64f2
requested changes
249caa4
Merge branch 'master' of github.com:python-telegram-bot/python-telegr…
88d11ba
add tests and requested changes
99e556e
fix tests and docstrings
19d47fe
add slots
c922b9c
extend test coverage
5f4ab1d
fix tests
f450e20
Merge branch 'master' into customized-concurrent-handling
clot27 a2bf83d
Merge branch 'master' into customized-concurrent-handling
clot27 3c8f4e5
add tests and some requested changes
9c0fa9a
fix tests
5b7c4a0
really fix them this time
f3a6585
Pimp my tests :)
Bibo-Joshi 7a30965
Merge branch 'master' into customized-concurrent-handling
Bibo-Joshi d535c46
Fix failing tests
Bibo-Joshi bb7caf8
fix docs
b60c119
add test for SUP with 'is'
39b1adb
add final requested changes
6cc2102
Fine tune tests
Bibo-Joshi 764a5d0
Add some versioning directives
Bibo-Joshi 59db8d3
Merge branch 'master' into customized-concurrent-handling
Bibo-Joshi 9aeeb08
typo
Bibo-Joshi 168eac4
address final review
550431c
fix pre-commit
d03f81e
Update docs/source/telegram.ext.simpleupdateprocessor.rst
clot27 429c023
Merge branch 'master' into customized-concurrent-handling
clot27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
BaseUpdateProcessor | ||
=================== | ||
|
||
.. autoclass:: telegram.ext.BaseUpdateProcessor | ||
:members: | ||
:show-inheritance: |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
SimpleUpdateProcessor | ||
===================== | ||
|
||
.. autoclass:: telegram.ext.SimpleUpdateProcessor | ||
:members: | ||
:show-inheritance: |
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
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.