You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We have observed that Get method on webapi plugin is called by worker long after it's marked as succeeded on Flyte UI. For the particular case, we are using bigquery plugin and added logging to debug a separate issue when observed this behavior.
Restarting the flytepropeller stops the calls made by worker. Although we haven't observed when the calls would be stopped on their own, in one case they happened 10 hours after the task is successfully completed before the restart.
Expected behavior
Worker should remove task from the list once the task is succeeded and we shouldn't observe Get calls afterwards.
Screenshots
Please find attached the logs we have added with timestamps after 3 hours the task is successfully completed.
The text was updated successfully, but these errors were encountered:
Describe the bug
We have observed that Get method on webapi plugin is called by worker long after it's marked as succeeded on Flyte UI. For the particular case, we are using bigquery plugin and added logging to debug a separate issue when observed this behavior.
Restarting the flytepropeller stops the calls made by worker. Although we haven't observed when the calls would be stopped on their own, in one case they happened 10 hours after the task is successfully completed before the restart.
Expected behavior
Worker should remove task from the list once the task is succeeded and we shouldn't observe Get calls afterwards.
Screenshots
Please find attached the logs we have added with timestamps after 3 hours the task is successfully completed.
The text was updated successfully, but these errors were encountered: