Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
2 tasks done
dagardner-nv opened this issue Apr 22, 2024 · 1 comment
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@dagardner-nv
Copy link
Contributor

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

  • I agree to follow Morpheus' Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report
@dagardner-nv dagardner-nv added the bug Something isn't working label Apr 22, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Morpheus Boards Apr 22, 2024
@dagardner-nv
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant