Skip to content

Run Strategy handles trashed runs

Compare
Choose a tag to compare
@hkumar1993 hkumar1993 released this 29 Jan 00:58
· 46 commits to master since this release
3d9a85a

2.12.0

Improvements

  • Run strategies now account for runs that are "deleted" ( trashed: true ) runs and return / create a new run based on their default behavior:
    • Reuse across sessions: Creates new run if the latest run is trashed
    • Reuse by tracking key: Creates new run if the latest run is trashed
    • Reuse last initalized: Returns the latest non-trashed run or created a new run if there is no non-trashed run
    • Reuse per session: Creates a new run if the run is trashed