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

Long running test plans can easily exceed max execution history size #86

Open
pjenvey opened this issue Sep 28, 2017 · 1 comment
Open

Comments

@pjenvey
Copy link
Member

pjenvey commented Sep 28, 2017

Long running test plans (say =~ 11 hours) can trigger so many check_for_cluster_done checks that they can exceed the Step Function maximum execution history size (currently 25,000).

This will cause the test plan to stop with an output JSON (seen in the UI's Execution Details Output tab) of:

{
  "error": "States.Runtime",
  "cause": "The execution reached the maximum number of history events (25000)."
}

Not to mention what's really a separate issue: the event history is largely impossible to scroll through for debugging purposes.

@veve90
Copy link

veve90 commented Aug 17, 2020

Totally agree on this point!!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants