Why My Daily Score Updates Late?

0 votes

Hi every body,

i've implemeted app42 api successfuplly. i get top10 ranks and 10 near scores with no problem.

but when i whant to get daily score, it seems it have hours of delay in updating list!

if i add a score  for example "A" and check daily score, "A" wont show in daily score until hours later!

but if i check top 10, "A" is there!

here is what i do, code is in AS3:

now = convertToUTC(now);
startDate = convertToUTC(startDate)
_sBoard.getTopNRankersByDate(_gameName,startDate,now,10,new CallBackManager(onGetScoreListSucc));
 
 
 
when i trace UTC time, it is correct:
nowUTC:  Mon Aug 17 05:23:54 GMT+0430 2015  startDateUTC:  Sun Aug 16 05:23:54 GMT+0430 2015
 
i have added a score in time:
2015-08-17T04:45:28Z
but  it is not in my daily score.
 
asked Aug 17, 2015 in App42PaaS & BPaaS by Arman BM (26 points)

1 Answer

0 votes
 
Best answer

Hello Arman,,

There will be expected delay of few hours in date range leaderboards. We have also put this on our documentation which you can find from here.

Let me know if you need any other help from our side.

 

Thanks,

Himanshu Sharma

answered Aug 17, 2015 by hs00105 (2,005 points)
selected Aug 17, 2015 by Arman BM
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...