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

Use mongo state to update timestamp #88

Open
kellrott opened this issue Apr 9, 2018 · 2 comments
Open

Use mongo state to update timestamp #88

kellrott opened this issue Apr 9, 2018 · 2 comments
Labels

Comments

@kellrott
Copy link
Member

kellrott commented Apr 9, 2018

The timestamp method should show when underlying database has changed. Currently mongo driver only watches changes that it makes, but if two arachne servers point at the same mongo db, they won't recognize when the db has changed. Need to use something like https://docs.mongodb.com/manual/changeStreams/ to update timestamp

@kellrott kellrott added this to the v0.2 milestone Apr 9, 2018
@kellrott kellrott added the bug label Apr 9, 2018
@adamstruck
Copy link
Contributor

This same problem also exists for elasticsearch

@kellrott
Copy link
Member Author

kellrott commented Apr 9, 2018

@adamstruck adamstruck removed this from the v0.5 milestone Mar 27, 2019
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

2 participants