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

Synchronization status #9

Closed
chbeer opened this issue Jun 18, 2012 · 5 comments
Closed

Synchronization status #9

chbeer opened this issue Jun 18, 2012 · 5 comments
Milestone

Comments

@chbeer
Copy link

chbeer commented Jun 18, 2012

Currently there is no way to check if a sync is running or if finished successful. An API to check sync status and delegate methods to get informed about syncing process would be awesome

@ghost
Copy link

ghost commented Aug 19, 2012

Have you tried SPBucketDelegate? I think you should be able get all buckets and write a wrapper using its delegate method. Haven't tried this myself yet.

Update: Doesn't worked. I checked.

@ghost
Copy link

ghost commented Oct 16, 2012

Hi,

are here some news in current Version?

@mikejohnstn
Copy link
Contributor

Fine-grained sync notifications are not yet available.

@mikejohnstn
Copy link
Contributor

Related: #136

@jleandroperez
Copy link
Contributor

As noted in #351, let's implement a simple and non expensive API to get the local pending changes, per bucket.

@jleandroperez
Copy link
Contributor

We've implemented a simple API that allows access to bucket-level sync'ing stats:

  • Local Pending Changes: Number of captured changes, pending to be sent / acknowledged
  • Local Enqueued Changes: Number of objects marked for further processing (delta not captured)
  • Local Enqueued Deletions: Number of objects marked for deletion

Since this API might be expensive, it's an asynchronous call.

Feedback / Requests will be very welcome. If needed, please, feel free to reopen this issue.

Thank you!

This was referenced Oct 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants