Service Unavailable

Sasan torabkheslat inbox at torabkheslat.ir
Fri Apr 27 17:06:38 EDT 2018


Dear Zaid

Thanks for your response, we have hundreds of devices configured to send
their data to GenieACS every minute.

Is their any way to improve capacity of GenieACS  to meet our needs?

------------------------------
*Sasan Torabkheslat*
Linux Sysadmin
*Mobile:* +989034565053
*Personal Website:* torabkheslat.ir *Email:* Inbox at torabkheslat.ir
 *Professional Profile
<http://ir.linkedin.com/pub/sasan-torabkheslat/44/814/751>*
<http://maps.google.com/maps?q=&hl=en>



On Thu, Apr 26, 2018 at 10:06 PM, Zaid Abdulla <zaid at genieacs.com> wrote:

> On Sat, 2018-04-21 at 16:41 +0430, Sasan torabkheslat wrote:
> > We saw Response 503 (Service Unavailable) error from GenieACS server
> > and the following message in debug mode:
> >
> > # RESPONSE Sat Apr 21 2018 16:38:49 GMT+0430 (+0430)
> > {"Retry-After":300}
>
> This means the server is overloaded. Your server might be getting a
> sudden surge of requests because a large number of devices are sending
> their periodic informs at the same moment. To solve this, randomize the
> value of PeriodicInformTime parameter to more evenly distribute the
> load.
>
> Something like this (not tested):
>
>   const timeOffset = Math.trunc(Math.random() * 86400000);
>   declare("InternetGatewayDevice.ManagementServer.PeriodicInformTime",
> null, {value: timeOffset});
>
> --
> Zaid Abdulla <zaid at genieacs.com>
> _______________________________________________
> Users mailing list
> Users at lists.genieacs.com
> http://lists.genieacs.com/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.genieacs.com/pipermail/users/attachments/20180428/29b9e039/attachment.html>


More information about the Users mailing list