tedious: Pausing and resuming is causing the stream to remain stuck
We are running into an issue where the tedious stream remains stuck if the stream is paused and resumed multiple times. The stream is not resumed even though certain rows should be emitted into the stream pipeline.
It seems to be related to the data as this problem does not occur if the data is changed.
A script is attached to reproduce this problem. An npm install should be performed and the database authentication settings should be adjusted inside the script.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 15 (2 by maintainers)
Again, thank you for the report and the test case. Based on the test case, I was able to track down the issue and build a proper fix:
I’ll open a proper PR and push a new release as soon as I can. In the meantime, feel free to test using the above patch and let me know if that fixes the issue for you too! 🙇