Skip to content

Comments

fix: correct ordering by excluding null start_time runs#983

Merged
Winzen merged 1 commit intomainfrom
fix/disable_unhealthy_flow_schedules_constants
Feb 12, 2026
Merged

fix: correct ordering by excluding null start_time runs#983
Winzen merged 1 commit intomainfrom
fix/disable_unhealthy_flow_schedules_constants

Conversation

@Winzen
Copy link
Contributor

@Winzen Winzen commented Feb 12, 2026

fix: correct ordering by excluding null start_time runs

Descrição

Adiciona filtro na query GraphQL LastTwoCompletedRunsWithTasks para garantir que apenas flow_runs com start_time diferente de null sejam retornadas.

Motivação

Evitar que execuções ainda não iniciadas (ou com start_time nulo) sejam consideradas na ordenação e no retorno das últimas runs finalizadas, garantindo maior consistência nos dados exibidos.

Alteração realizada

  • Inclusão do filtro:

    start_time: { _is_null: false }

@Winzen Winzen self-assigned this Feb 12, 2026
@Winzen Winzen added the prod Indica que o Pull Request está com a branch de destino (base) apontando para main label Feb 12, 2026
@Winzen Winzen merged commit 7b9ccdd into main Feb 12, 2026
4 checks passed
@Winzen Winzen deleted the fix/disable_unhealthy_flow_schedules_constants branch February 12, 2026 12:06
@Winzen Winzen linked an issue Feb 12, 2026 that may be closed by this pull request
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

prod Indica que o Pull Request está com a branch de destino (base) apontando para main

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[fix] FlowRun Query to Exclude Null start_time

1 participant