Skip to content
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

Fix ADF pipeline timeout issue #602

Merged
merged 1 commit into from
Aug 19, 2022
Merged

Fix ADF pipeline timeout issue #602

merged 1 commit into from
Aug 19, 2022

Conversation

bharanidharan14
Copy link
Contributor

Azure data factory pipeline got succeeded in Azure data factory, it didn't passed inside the while loop in trigger where the condition to get the status of the pipeline is not executed because the condition fails due to the monotonic time is greater in while loop check so we are raising timeout error. so replaced time.monotonic() with time.time() and this works as expected. Attached screenshot for success run
Screenshot 2022-08-18 at 3 24 57 PM

@codecov
Copy link

codecov bot commented Aug 18, 2022

Codecov Report

Merging #602 (3445183) into main (ea66057) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #602   +/-   ##
=======================================
  Coverage   98.23%   98.23%           
=======================================
  Files          72       72           
  Lines        3975     3975           
=======================================
  Hits         3905     3905           
  Misses         70       70           
Impacted Files Coverage Δ
...roviders/microsoft/azure/operators/data_factory.py 100.00% <100.00%> (ø)
...providers/microsoft/azure/triggers/data_factory.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@bharanidharan14 bharanidharan14 merged commit 2d82aa9 into main Aug 19, 2022
@bharanidharan14 bharanidharan14 deleted the adf-timeout-bug branch August 19, 2022 06:48
@kaxil kaxil mentioned this pull request Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants