parse.com - How to respond an error in a Parse Cloud Function and prevent retries? -


parse clients automatically retries network calls because of, know, network.

i have parse cloud function may return error. in case don't want client retry call, because it'll fail again , again until client stop trying.

is there way can prevent retry if function handled , error sent?

if there's no way, how bad send success error flag?

clients retry if error due network connectivity or server availability issues. if error other type of error, happen when cloud function returns error, or save rejected, client not retry. in general not make sense retry here because retrying result in successful response when error not connectivity/server related.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -