nv-morpheus / Morpheus

Morpheus SDK
Apache License 2.0
333 stars 124 forks source link

[BUG]: `--stop_after` flag not always able to halt vdb_upload pipeline #1652

Closed dagardner-nv closed 4 months ago

dagardner-nv commented 4 months ago

Version

24.03

Which installation method(s) does this occur on?

Source

Describe the bug.

Using the --stop_after=1024 should cause the source to stop after emitting 1024 records, instead at 1024 this is logged:

Stop limit reached... preparing to halt the source.
RSS source exhausted, stopping.

Yet the pipeline continues to execute. It appears that the feed parser continues to endlessly retry failed urls.

Minimum reproducible example

python examples/llm/main.py vdb_upload pipeline --stop_after=1024

Relevant log output

Click here to see error details

Stop limit reached... preparing to halt the source.
RSS source exhausted, stopping.

Full env printout

Click here to see environment details

 [Paste the results of print_env.sh here, it will be hidden by default]

Other/Misc.

No response

Code of Conduct

dagardner-nv commented 4 months ago

Invalid issue, source completes as expected, additional logs are being generated bu the web scraper stage.