Jump to content

Jacob Ipsen

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Jacob Ipsen

  1. On 11/7/2018 at 11:33 AM, Paul said:

    We share your pain as all our Android 9 devices are experiencing the same issue. We don't even get notifications from gmail. No response from the email we've sent to android support.

    -Paul

    Hey Paul , what makes u Think this is an os bug ? Other push messages Work fine for me... IT is just the pulseway push that forsent work

    Need help debugging ?

  2. Hey i am Havning  same problem on Oneplus6 running Android p.... IT seems like some changes had to bedste made in the notefikationer u send... As other app push message works fine... 

     

    Please take this problem serrius... Er missede a critical server error today due to No message... 

    The app see the message fine but u have to check your self 

  3.   Quote

    Hey everyone,

    I've just found out that this is a more wide spread issue as it's affecting other apps as well. It appears to be due to an update: https://productforums.google.com/forum/#!topic/phone-by-google/Nfqx7JT0J9g.

    Go to Battery – Settings (three vertical dots) – Battery Optimization, open the All apps section from the drop down menu, go to Pulseway, and tap on “Don’t optimize.”. Let me know if this resolves the issue.

    This does nothing. still no notefications ! 
    Please adress this problem, just missed a larger problem i out setup, due to no allerts... i cannot relay on the app if this doesent work ! 

     

  4. Hey 

    we are chasing an problem in our SQL setup and in that quest we come across some heavy requests called often by the pulseway client
    the querylooks llike this

    This comes in at 1 place and 3 and 4 place in top most CPU consumin queries
    We are running an "large" SQL db (600GB) with 850 users online... so a lot queries are running alle the time...

     

    Any ideas ?  

    Use [master];

    SELECT TOP 100 L.request_session_id AS SPID,

           DB_NAME(L.resource_database_id) AS DatabaseName,

           O.Name AS LockedObjectName,

           P.object_id AS LockedObjectId,

           L.resource_type AS LockedResource,

           L.request_mode AS LockType,

           ST.text AS SqlStatementText,

           ES.login_name AS LoginName,

           ES.host_name AS HostName,

           TST.is_user_transaction as IsUserTransaction,

           AT.name as TransactionName,

           CN.auth_scheme as AuthenticationMethod

    FROM sys.dm_tran_locks L

    JOIN sys.partitions P ON P.hobt_id = L.resource_associated_entity_id

    JOIN sys.objects O ON O.object_id = P.object_id

    JOIN sys.dm_exec_sessions ES ON ES.session_id = L.request_session_id

    JOIN sys.dm_tran_session_transactions TST ON ES.session_id = TST.session_id

    JOIN sys.dm_tran_active_transactions AT ON TST.transaction_id = AT.transaction_id

    JOIN sys.dm_exec_connections CN ON CN.session_id = ES.session_id

    CROSS APPLY sys.dm_exec_sql_text(CN.most_recent_sql_handle) AS ST

    WHERE resource_database_id = db_id()

    ORDER BY L.request_session_id;

  5. Hey
    We use Pluseway is a setup where we would have grater insight of our current status of our server farm, so we have a need for combining data from pulseway with data from newrelic

    this would be easy if there where an Public "Dashboard" api.

    Could be a super nice feture, and make it super easy to combine data for better oversight, 

     

    Best regards

    Jacob Ipsen - CEO FlexPOS.com 

  6. Hey
    we are using the Windows dashboard ,but gets a bigger and bigger problem with having multibal dahsboard system with info distributed.
    any plan to develop an API for dashboard data? 
    so we can can create our own dashboard with combined data ? 
    we currently have data from NewRelic and Pulseway on 2 screens as we need more detail to understand whats happening :)

    Best regards
    Jacob Ipsen - CEO FlexPOS.com

×
×
  • Create New...