Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Remove single task execution default timeout #564

Merged
merged 2 commits into from
May 17, 2023

Conversation

hamersaw
Copy link
Contributor

TL;DR

Currently single task execution imposes a 24h default deadline on the node when constructing a default workflow. We recently set the default workflow and node deadlines to 0s because users unexpectedly saw executions terminated based on deadlines. We should address this similarly.

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

^^^

Tracking Issue

flyteorg/flyte#3642

Follow-up issue

NA

hamersaw added 2 commits May 16, 2023 09:36
Signed-off-by: Daniel Rammer <[email protected]>
@codecov
Copy link

codecov bot commented May 16, 2023

Codecov Report

Merging #564 (c820d39) into master (fc3db04) will increase coverage by 1.54%.
The diff coverage is n/a.

❗ Current head c820d39 differs from pull request most recent head fe87247. Consider uploading reports for the commit fe87247 to get more accurate results

@@            Coverage Diff             @@
##           master     #564      +/-   ##
==========================================
+ Coverage   58.45%   59.99%   +1.54%     
==========================================
  Files         168      168              
  Lines       16122    13194    -2928     
==========================================
- Hits         9424     7916    -1508     
+ Misses       5859     4439    -1420     
  Partials      839      839              
Flag Coverage Δ
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/manager/impl/util/single_task_execution.go 81.25% <ø> (+4.19%) ⬆️

... and 154 files with indirect coverage changes

@hamersaw hamersaw merged commit 062641f into master May 17, 2023
@hamersaw hamersaw deleted the bug/remote-single-task-default-timeout branch May 17, 2023 12:02
wild-endeavor added a commit to flyteorg/flyte that referenced this pull request May 22, 2023
Signed-off-by: Yee Hing Tong <[email protected]>

### Admin - v1.1.100
* Inject user identifier to ExecutionSpec by @ByronHsu in flyteorg/flyteadmin#549
* Fix flaky test by @eapolinario in flyteorg/flyteadmin#563
* Add oauth http proxy for external server & Extract email from azure claim by @ByronHsu in flyteorg/flyteadmin#553
* Remove single task execution default timeout by @hamersaw in flyteorg/flyteadmin#564
* Revert conditional setting of SecurityContext when launching security context by @wild-endeavor in flyteorg/flyteadmin#566

### Console - v1.8.2
* Export Flytedecks support for TLRO by @james-union in flyteorg/flyteconsole#757
* fix: filter executions by version and name by @ursucarina in flyteorg/flyteconsole#758
* fix: task recent runs should filter by version by @ursucarina in flyteorg/flyteconsole#759
* Bug: Execution Page's back button returns Workflows route from Launch Plan route #patch by @FrankFlitton in flyteorg/flyteconsole#760
* chore: add item when mapped task by @jsonporter in flyteorg/flyteconsole#761
* Feature: Fullview Flyte Deck modal by @FrankFlitton in flyteorg/flyteconsole#764

### Propeller - v1.1.90
* Add grpc plugin to loader.go by @pingsutw in flyteorg/flytepropeller#562
eapolinario pushed a commit that referenced this pull request Sep 6, 2023
* removed default timeout

Signed-off-by: Daniel Rammer <[email protected]>

* removed unnecessary dependencies

Signed-off-by: Daniel Rammer <[email protected]>

---------

Signed-off-by: Daniel Rammer <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants