:wave: Going a little crazy over here. I’m runnin...
# troubleshooting
t
👋 Going a little crazy over here. I’m running a tap-hubspot -> target-postgres. Doing this on our production server, in a screen session, i’m the only thing calling the tap-hubspot, no cron or anything else going on. After a few hours of running, I get this ending with this error of more than 1 exractor? (if im reading this correctly) - there is no way another extractor is running and i dont think its a memory or cpu or disk issue (though I guess it could be) - any insights would be really appreciated — or a way to debug this better 🙏
Copy code
2025-03-05T11:38:54.566584Z [info     ] Incremental state has been updated at 2025-03-05 11:38:54.566555+00:00.
2025-03-05T11:38:55.338206Z [error    ] Extractor failed
2025-03-05T11:38:55.338655Z [error    ] Block run completed.           block_type=ExtractLoadBlocks err=RunnerError('Extractor failed') exit_codes={<PluginType.EXTRACTORS: 'extractors'>: 1} set_number=0 success=False
e
What's you log level setting?
t
no idea! i’ve mostly figured it out by just being selective about the time frame for emails im querying against. i guess log levels are just normal, ill look to increase them and then run this again locally tomorrow to see if i can figure it out, thanks
👍 1