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

Create a "Core Dump" action in rest api to assist debugging #121

Open
johnaohara opened this issue May 18, 2022 · 1 comment
Open

Create a "Core Dump" action in rest api to assist debugging #121

johnaohara opened this issue May 18, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@johnaohara
Copy link
Member

Sometimes runs hang due to internal signal states, or can appear to hang due to long running processes without terminal output.

A new endpoint could be introduced that creates a "core dump" of all sessions, state & signals etc to help diagnose hung scripts. This endpoint can be accessed before a run is killed and the output can be used alongside the console output to help investigate issues

@johnaohara johnaohara added the enhancement New feature or request label May 18, 2022
@rvansa
Copy link
Member

rvansa commented May 18, 2022

The core dump could be produced automatically from a shutdown hook, too. That will let us investigate why qDup got stuck when the job is cancelled by a timeout.

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

No branches or pull requests

2 participants