Hi there, I just found out that we are loosing the push messages from the push_message_info table. They are simply removed by something in the Aerogear push code. This is super scary for us.
Do anyone know of current or previous bugs regarding the messages from that table have been deleted because of that a bug in the source code?
BEST REGARDS __________________ MADS MØLLER TECHNICAL PARTNER Napp A/S T: +45 42 42 80 60 M: +45 20 28 20 26 W: https://napp.dk __________________ _______________________________________________ aerogear-dev mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-dev |
data taht's older than 30 days will be removed: but... you can override that default behavior: By starting the server with a system property, like: -Daerogear.metrics.storage.days=YOUR_DESIRED_DAYS -M On Mon, Oct 3, 2016 at 11:14 AM, Mads Møller <[hidden email]> wrote:
Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ twitter: http://twitter.com/mwessendorf _______________________________________________ aerogear-dev mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-dev |
Hi Matthias, Thanks for the reply.
So since I dont have any experience with build java from source, is there an environment file I can change?
We are hosting the service in Openshift Cartridge setup.
BEST REGARDS __________________ MADS MØLLER TECHNICAL PARTNER Napp A/S T: +45 42 42 80 60 M: +45 20 28 20 26 W: https://napp.dk __________________ From:
<[hidden email]> on behalf of Matthias Wessendorf <[hidden email]> data taht's older than 30 days will be removed: but... you can override that default behavior: By starting the server with a system property, like: -Daerogear.metrics.storage.days=YOUR_DESIRED_DAYS -M On Mon, Oct 3, 2016 at 11:14 AM, Mads Møller <[hidden email]> wrote:
-- Matthias Wessendorf _______________________________________________ aerogear-dev mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-dev |
You need to set the JAVA_OPTS_EXT(1) variable to include "-Daerogear.metrics.storage. On Mon, Oct 3, 2016 at 9:04 AM, Mads Møller <[hidden email]> wrote:
_______________________________________________ aerogear-dev mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-dev |
In reply to this post by Mads Møller
Hello, yes, on the config file, go this line: and after the above line, add the following: <system-properties> <property name="aerogear.metrics.storage.days" value="YOUR_DESIRED_DAYS"/> </system-properties> On Mon, Oct 3, 2016 at 3:04 PM, Mads Møller <[hidden email]> wrote:
Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ twitter: http://twitter.com/mwessendorf _______________________________________________ aerogear-dev mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-dev |
Free forum by Nabble | Edit this page |