-
Notifications
You must be signed in to change notification settings - Fork 72
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
Enhancements for Listeners #882
Comments
Created #901 for the last part. |
…y rows and handled multi threading issues
…y rows and handled multi threading issues
QA and DocsAdded new listener capability to include listeners on completion. One may want to include listeners to run them after the job is completed. (Please note that this is implemented just in QueryBatcher and for WriteBatcher is targeted for next release). We have created generic QATests need to be added to check that it has been triggered after the job is completed and not half way through. And please add tests that would check for all possible conditions like when stopJob() is called half way through. The way it behaves now is, when stopJob() is called after the job is done, we wait for the listeners to complete. If the stopJob() is called when the job is half way, then we interrupt and come out of it logging a warning. |
As we develop TableauDataExtractOutput and ExtractViaTemplateListener to feed it, we noticed some enhancements that could really help with Listener development (including #614):
The text was updated successfully, but these errors were encountered: