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

Create comments sequentially instead of concurrently #34

Open
marcboscher opened this issue Jan 22, 2015 · 0 comments
Open

Create comments sequentially instead of concurrently #34

marcboscher opened this issue Jan 22, 2015 · 0 comments
Labels

Comments

@marcboscher
Copy link
Owner

We currently send the create operations in parallel, which means, depending on network traffic, the creates may not follow the same order.

this will be weird since the comments wont be sequential!

First make sure, we create comments in the right order (sorting)

Then consider waiting for success before sending next create

@marcboscher marcboscher self-assigned this Mar 5, 2015
@marcboscher marcboscher added the bug label Mar 5, 2015
@marcboscher marcboscher added this to the test milestone Mar 5, 2015
@marcboscher marcboscher removed this from the test milestone Mar 16, 2015
@marcboscher marcboscher removed their assignment Mar 16, 2015
@marcboscher marcboscher changed the title Create comments sequentially instead of concurrently Create comments sequentially instead of concurrently [1d] May 11, 2015
@marcboscher marcboscher changed the title Create comments sequentially instead of concurrently [1d] Create comments sequentially instead of concurrently May 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant