diff --git a/src/noteburst/handlers/v1/handlers.py b/src/noteburst/handlers/v1/handlers.py index bbacee7..adc650f 100644 --- a/src/noteburst/handlers/v1/handlers.py +++ b/src/noteburst/handlers/v1/handlers.py @@ -122,6 +122,7 @@ async def get_nbexec_job( try: job_metadata = await arq_queue.get_job_metadata(job_id) except Exception as e: + print(e) logger.error( "Error getting nbexec job metadata", job_id=job_id, exc_info=e )