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

added function to server side dump dot for pipeline and media elements #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

slabajo
Copy link
Member

@slabajo slabajo commented Nov 12, 2024

What is the current behavior you want to change?

provide additional debug tools, specifically a better dump dot function than the one already included. The point is that previous function gets limited by the transport to some maximum size in length. In some real pipelines this is not practical. So this funciton allows the server to write the dump dot files directly in theserver filesystem without limitations

What is the new behavior provided by this change?

Adding some API to the interface that allows trigerring generatng a dot file in the server side.

How has this been tested?

New test on the repository

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature / enhancement (non-breaking change which improves the project)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • My change requires a change to the documentation
  • My change requires a change in other repository

Checklist

  • I have read the Contribution Guidelines
  • I have added an explanation of what the changes do and why they should be included
  • I have written new tests for the changes, as applicable, and have successfully run them locally

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 this pull request may close these issues.

1 participant