Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
katrogan committed Aug 13, 2024
1 parent 1d4d4b7 commit 5f9a60f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rfc/system/RFC-0000-execution-concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ message ExecutionStateChangeDetails {
### FlyteAdmin
At a broad level
1. At CreateExecution time, if the launch plan in the ExecutionSpec has a concurrency policy
2. Create the execution in the database with a new `PENDING` execution phase and reason populated in `ExecutionStateChangeDetails`.
3. or fail the request when the concurrency policy is set to `ABORT`
3. Do not create the workflow CRD
1. Create the execution in the database with a new `PENDING` execution phase and reason populated in `ExecutionStateChangeDetails`.
1. or fail the request when the concurrency policy is set to `ABORT`
1. Do not create the workflow CRD

Introduce an async reconciliation loop in FlyteAdmin to poll for all pending executions:
1. Query all pending executions by timestamp ascending (open question, should we prefer more recent executions instead? should we make this configurable?)
Expand Down

0 comments on commit 5f9a60f

Please sign in to comment.