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

Introduce a way to disable retries #683

Closed
frangulyan opened this issue Jun 20, 2017 · 6 comments
Closed

Introduce a way to disable retries #683

frangulyan opened this issue Jun 20, 2017 · 6 comments

Comments

@frangulyan
Copy link

Currently there is no way to disable the retries of a parse request, although the developers understand that it is needed (here is a TODO). Would be nice to have it per command type (I need to disable it for cloud functions only).

@Jawnnypoo
Copy link
Member

This is now configurable at a global level.

@JacobJT
Copy link

JacobJT commented May 18, 2018

@Jawnnypoo Where is this configurable? I can't find it. Global to the Android Client or global to the Parse-Server instance?

@addisonElliott
Copy link
Contributor

It is configurable in Android. Look at the Android API reference and you should see it in the ClientBuilder instance.

I'd give you a link if I wasn't on my mobile device. Let me know if you can't find it and I'll give you a link

@JacobJT
Copy link

JacobJT commented May 18, 2018

I finally found the link... http://parseplatform.org/Parse-SDK-Android/api/com/parse/Parse.Configuration.Builder.html

Is the API link broken on the parseplatform page though?

http://parseplatform.org/Parse-SDK-Android/api/ This is the link provided at http://parseplatform.org/

It seems rather sparse of information. Had 4 classes with a couple of methods each, and I couldn't figure out how to get to like the core Parse classes.

Sorry, I'm more of an iOS developer, and am not very familiar with the Android API. But I couldn't find a page more like what I was looking for, such as this package summary

I know you're not supposed to discuss separate issues, particularly in a completely unrelated closed issue thread, but I'm also not sure if this actually is an issue nor where I should post it if it is.

@addisonElliott
Copy link
Contributor

@JacobJT You did find an issue with the documentation. I just recently submitted a PR to fix publishing the API docs to GitHub pages. However, there was recent changes in Parse-SDK-Android repository regarding GCM so I think that is related.

If you can, please submit an issue regarding this. I will try to find time to work on this.

@c0sm1cdus7
Copy link

Hey guys, is there a way to disable retries on JS?

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

No branches or pull requests

5 participants