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

Don't use gevent since order isn't guaranteed #34605

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gherceg
Copy link
Contributor

@gherceg gherceg commented May 10, 2024

Product Description

Technical Summary

It doesn't seem necessary to use gevent here anyway, and based on the output of this command, it looks like the order of results returned isn't guaranteed (which makes sense).

Feature Flag

Safety Assurance

Safety story

Automated test coverage

QA Plan

No QA

Rollback instructions

  • This PR can be reverted after deploy with no further considerations

Labels & Review

  • Risk label is set correctly
  • The set of people pinged as reviewers is appropriate for the level of risk of the change

@gherceg gherceg force-pushed the gh/es/fix-bug-with-reindex-output branch from 17d9342 to 1382fd9 Compare May 12, 2024 13:41
@AmitPhulera
Copy link
Contributor

it looks like the order of results returned isn't guaranteed

Is it true? I thought the results will be placed in array in the order they have been called, the results may come before and after but when you access them in array the position would be deterministic 🤔

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.

None yet

2 participants