2017-05-05 2 views
2

이 때 "FirebaseRemoteConfigFetchThrottledException"이 발생합니까? 불행하게도 RemoteConfig를 개발자 모드로 유지하여 Apps를 시작했습니다. 우리 애플 리케이션 중 하나는 잘 작동하지만 다른 애플 리케이션은 매우 자주이 예외를 던지고있다.FirebaseRemoteConfigFetchThrottledException? #AskFirebase

com.google.firebase.remoteconfig.FirebaseRemoteConfigFetchThrottledException 
             at com.google.firebase.remoteconfig.FirebaseRemoteConfig.zza(Unknown Source) 
             at com.google.firebase.remoteconfig.FirebaseRemoteConfig$1.zza(Unknown Source) 
             at com.google.firebase.remoteconfig.FirebaseRemoteConfig$1.onResult(Unknown Source) 
             at com.google.android.gms.internal.zzpt$zza.zzb(Unknown Source) 
             at com.google.android.gms.internal.zzpt$zza.handleMessage(Unknown Source) 
             at android.os.Handler.dispatchMessage(Handler.java:102) 
             at android.os.Looper.loop(Looper.java:148) 
             at android.app.ActivityThread.main(ActivityThread.java:5417) 
             at java.lang.reflect.Method.invoke(Native Method) 
             at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 
             at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 

답변

5

그것은 당신이 너무 자주 원격 구성 서비스에서 값을 가져 오기 위해 노력하고, 당신은 (클라이언트 또는 서비스 자체에 의해 중) 스로틀지고있는 것을 의미한다.

앞으로 발생하지 않으려면 캐시 만료 시간을 2 시간 이상으로 사용하는 것이 좋습니다. 솔직히 기본 12 시간을 준수하는 것이 좋습니다.