You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was just talking with a collaborator and we definitely need a page on how to run and monitor the tests.
Tips i can think of offhand:
for monitoring the process tree while the test suite runs: watch -n 0.5 'pstree -a $(pgrep pytest)' - the celery remote debugger can be super handy for debugging crashed sub-actors now already solved with our built-in version 🥳 for the most part.
More to come..
The text was updated successfully, but these errors were encountered:
Was just talking with a collaborator and we definitely need a page on how to run and monitor the tests.
Tips i can think of offhand:
watch -n 0.5 'pstree -a $(pgrep pytest)'
- the celery remote debugger can be super handy for debugging crashed sub-actorsnow already solved with our built-in version 🥳 for the most part.More to come..
The text was updated successfully, but these errors were encountered: