DalgoT4D / prefect-proxy

GNU Affero General Public License v3.0
2 stars 7 forks source link

send all flow runs with terminal states #146

Closed Ishankoradia closed 3 months ago

Ishankoradia commented 3 months ago

This is building on https://github.com/DalgoT4D/DDP_backend/pull/770 . Since now we track all states in our db.

Should we also send non-terminal states like RUNNING, PENDING ?

Are there any ramifications of this on frontend ?

@fatchat