-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Adds a pipeline option to terminate processing of an element after a timeout (python) #35391
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 47 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
0128566
Add ptransform_timeout_duration option to pipeline options in python sdk
LEEKYE f634e5c
Propagate ptransform_timeout_duration Worker option to FnApiWorkerSta…
LEEKYE 4dbbd32
fix import
LEEKYE 6fd2641
Refactor: ptransform_timeout_duration -> element_processing_timeout
LEEKYE 3e299d7
Propagate the value of element_processing_timeout
LEEKYE 90975be
Update
LEEKYE cdcf613
restart lull unit test
LEEKYE a8d232b
wrap sys.exit call
LEEKYE 5cdea91
fix test
LEEKYE 2ec2da8
fix test
LEEKYE d215625
fix
LEEKYE 7023cfb
fixes
LEEKYE 4a972b5
fix lint issues
LEEKYE 42e3e9a
Update sdks/python/apache_beam/runners/worker/sdk_worker.py
LEEKYE fda548e
fix formatter/lint issues
LEEKYE 77b0558
fix formatter/lint issues
LEEKYE b19f8dc
fix formatter/lint issues
LEEKYE fd92e18
remove lower bound of timeout
LEEKYE c1f5f3f
Merge branch 'master' into add_dataflow_option_python
LEEKYE 6609ff1
format fix
LEEKYE 3d48062
Update sdks/python/apache_beam/options/pipeline_options.py
LEEKYE 8115db5
minor update
LEEKYE cf578da
minor fix
LEEKYE 8fea033
fix formatter issue
LEEKYE 04f61eb
style fix
LEEKYE 76b22e2
fix lint issues
LEEKYE 3a02cf3
fix lint issues
LEEKYE 173ae07
wording fix
LEEKYE 673f5c1
combine 2 log lull methods
LEEKYE 41c74b8
unit test
LEEKYE 0ab9a0b
Remove redundant error message
LEEKYE 87c0229
call flush log handler method from main thread in worker status
LEEKYE 3bc7c69
remove
LEEKYE 54e1da8
update
LEEKYE 0d04cef
flush logger and shut down process if lull time is too long
LEEKYE 2a1799a
initialized status handler with None
LEEKYE 719bb53
fix re-def issue
LEEKYE 335958d
formatter issue fix
LEEKYE b8a441e
update
LEEKYE 85e509c
update
LEEKYE 0e5412e
formatter issue fix
LEEKYE 1f73611
formatter issue fix
LEEKYE ad5126d
update
LEEKYE 90ae9c0
Use os._exit() to terminate the program
LEEKYE fbe8ca1
minor fix
LEEKYE 01dbee2
minor fix
LEEKYE dda93bb
formatter issue fix
LEEKYE 6f201f2
minor fix
LEEKYE 92f6fe0
minor fix
LEEKYE c6eb5b5
formatter issue fix
LEEKYE 6b8ae4c
fix lint error
LEEKYE bdaec05
Switch branches to reduce logging
tvalentyn 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
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
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.