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
# ensure you have a version compatible with the next step
pip install ploomber-core --upgrade
# logs to the debugging projectexport _PLOOMBER_TELEMETRY_DEBUG=true
# run this with a notebook that crashes
ploomber-engine input.ipynb out.ipynb
I only see the ploomber-engine-execute_notebook-started event, but not the error (nor the success event). I remember we saw something like this before and we thought it was a posthog error, I concluded it's the same issue we saw before because if I add a time.sleep between the log_api call and the raise (see here), the error event appears.
might be because posthog is logging the event in a different thread but the process is killed before it can finish (?)
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
I only see the
ploomber-engine-execute_notebook-started
event, but not the error (nor the success event). I remember we saw something like this before and we thought it was a posthog error, I concluded it's the same issue we saw before because if I add atime.sleep
between the log_api call and theraise
(see here), the error event appears.might be because posthog is logging the event in a different thread but the process is killed before it can finish (?)
The text was updated successfully, but these errors were encountered: