If a Meltano tap is crashing without any errors, e...
# troubleshooting
a
If a Meltano tap is crashing without any errors, even though you're running it in debug mode.. how would you debug it? Background : Executing
tap-zendesk variant : twilio-labs
. Ran into memory issues earlier, now with increased memory its crashing without any error. Earlier thread
e
What's the last messages you see in the console?
a
2023-09-27T194855.517771Z [info ] time=2023-09-27 194855 name=singer level=INFO message=METRIC: {"type": "timer", "metric": "http_request_duration", "value": 0.22585582733154297, "tags": {"status": "succeeded"}} cmd_type=elb consumer=False name=tap-zendesk producer=True stdio=stderr string_id=tap-zendesk
and it exits..
e
ok, maybe there's some lingering state. can you using try the
--full-refresh
flag?
Copy code
meltano run ... --full-refresh
a
I am executing the tap in Kubernetes DevSpace pod.. no previous state is maintained.. fresh run.. any other way to troubleshoot to get the error to be printed on the console..
e
Yeah, I would try running
meltano invoke tap-zendesk
and if there's any
RECORD
messages emitted to stdout
a
Hey @edgar_ramirez_mondragon I am getting new error today during another run.. this time it's BrokenPipeError. Attaching the stack trace.. any clue when this occurs?