Is there a straightforward way to tell a tap to just continuously re-run forever until I tell it to stop? My intent is not a real-time data pipeline but just to force it to finish a historical backfill against a MySQL database where I regularly get a timeout error (
this issue).