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

remove processes in py-marqo #110

Merged
merged 2 commits into from
Jun 30, 2023
Merged

remove processes in py-marqo #110

merged 2 commits into from
Jun 30, 2023

Conversation

wanliAlex
Copy link
Collaborator

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    we remove the support for parameter processes in add_documents.

  • What is the current behavior? (You can also link to an open issue here)
    we have a processes parameter in add_documents

  • What is the new behavior (if this is a feature change)?
    we remove it

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    yes it is.

  • Other information:
    this PR is related to Remove Parallel (Processes) in Marqo marqo#523

the tox has passed against the corresponding marqo branch.
image

@wanliAlex wanliAlex requested a review from farshidz June 30, 2023 05:20
# should only refresh on the last call, if auto_refresh=True
assert all([f'refresh=false' in d[1]['path'] for d in
mock__post.call_args_list][:-1])
if auto_refresh:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: we can add an else here too!

@pandu-k pandu-k merged commit df1b7e5 into mainline Jun 30, 2023
@pandu-k pandu-k deleted the li/remove-parallel branch June 30, 2023 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants