Hello everyone, what would be the correct way to p...
# singer-tap-development
l
Hello everyone, what would be the correct way to programmatically interrupt a
tap|target
run? by correct, I mean that the tap should stop fetching data immediately (ideally waiting for the requests that were caught mid-flight), the target should flush whatever it has received so far, and update bookmarks so that upon next restart, there's no way to know the previous run was interrupted. I've tried sending
SIGTERM
to the tap, but it didn't seem to work, the tap exited, and the target just sat there waiting. I'm running those outside meltano. Is this even supported by the
sdk
?