Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The APPMAP_MAX_EVENTS environment variables limits the number of events added to a recording. #329

Closed
apotterri opened this issue May 29, 2024 · 0 comments · Fixed by #328
Assignees

Comments

@apotterri
Copy link
Collaborator

if APPMAP_MAX_EVENTS is set, it's interpreted as an int that limits the number of events that can be added to a Recording. Once the limit is reached, the exception _appmap.recorder.AppMapTooManyEvents is raised, and subsequent events are ignored.

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

Successfully merging a pull request may close this issue.

1 participant