I’m testing out `pipelinewise-tap-postgres` and de...
# plugins-general
d
I’m testing out
pipelinewise-tap-postgres
and despite setting
max_run_seconds
to 300, the job has been running for nearly an hour. Any suggestions?
e
Hi @dave_lyons. It looks like it should stop the tap as long as a message is retrieved: https://github.com/transferwise/pipelinewise-tap-postgres/blob/cd7f7fda96dfe48133f[…]2fdd1aeef05/tap_postgres/sync_strategies/logical_replication.py. How are you passing the
max_run_seconds
config to the tap?
e
Hmm so it does look like a bug. The
max_run_seconds
should probably be outside the
if msg:
block
d
right, unless there’s a nuance I’m missing