Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phantom Notifications #15

Closed
nhardy opened this issue Mar 3, 2018 · 1 comment
Closed

Phantom Notifications #15

nhardy opened this issue Mar 3, 2018 · 1 comment

Comments

@nhardy
Copy link

nhardy commented Mar 3, 2018

Build/Version: 1.6.0.0
Which Module?: Core
Date: 03/03/2018
What occurred?: There appears to be a continual buildup of phantom notifications until the AMP instance itself is restarted. The API endpoint /API/Core/GetUpdates includes a list of "Tasks" which are nameless.
Log output: See API response below:

{
  "Status": {
    "CPUUsagePercent": 0,
    "RAMUsageMB": 2568,
    "MaxRAMUsageMB": 7560,
    "UserCount": 0,
    "MaxUsers": 20,
    "State": 20,
    "Uptime": "0:15:35:14",
    "Tasks": {
      "f7a33185-4aba-445c-8fb0-1afabe01de04": {
        "AsResult": {
          "Status": true,
          "Reason": "",
          "TaskId": "f7a33185-4aba-445c-8fb0-1afabe01de04"
        },
        "Id": "f7a33185-4aba-445c-8fb0-1afabe01de04",
        "Name": "",
        "Description": "",
        "ProgressPercent": 0,
        "IsCancellable": false,
        "IsIndeterminate": false,
        "State": 0
      },
      "72870814-aa50-4a54-b75c-d070eeded39b": {
        "AsResult": {
          "Status": true,
          "Reason": "",
          "TaskId": "72870814-aa50-4a54-b75c-d070eeded39b"
        },
        "Id": "72870814-aa50-4a54-b75c-d070eeded39b",
        "Name": "",
        "Description": "",
        "ProgressPercent": 0,
        "IsCancellable": false,
        "IsIndeterminate": false,
        "State": 0
      },
      "717514b3-33a6-4095-8968-2539df4ebc3f": {
        "AsResult": {
          "Status": true,
          "Reason": "",
          "TaskId": "717514b3-33a6-4095-8968-2539df4ebc3f"
        },
        "Id": "717514b3-33a6-4095-8968-2539df4ebc3f",
        "Name": "",
        "Description": "",
        "ProgressPercent": 0,
        "IsCancellable": false,
        "IsIndeterminate": false,
        "State": 0
      },
      "ecd4e76a-7c19-4ad5-967b-0432ea76714f": {
        "AsResult": {
          "Status": true,
          "Reason": "",
          "TaskId": "ecd4e76a-7c19-4ad5-967b-0432ea76714f"
        },
        "Id": "ecd4e76a-7c19-4ad5-967b-0432ea76714f",
        "Name": "",
        "Description": "",
        "ProgressPercent": 0,
        "IsCancellable": false,
        "IsIndeterminate": false,
        "State": 0
      },
      "906265cd-581a-4d89-a975-b83f84da75f9": {
        "AsResult": {
          "Status": true,
          "Reason": "",
          "TaskId": "906265cd-581a-4d89-a975-b83f84da75f9"
        },
        "Id": "906265cd-581a-4d89-a975-b83f84da75f9",
        "Name": "",
        "Description": "",
        "ProgressPercent": 0,
        "IsCancellable": false,
        "IsIndeterminate": false,
        "State": 0
      }
    }
  },
  "ConsoleEntries": [],
  "Messages": []
}
@PhonicUK PhonicUK closed this as completed Aug 4, 2018
@PhonicUK
Copy link
Contributor

PhonicUK commented Aug 4, 2018

Closed due to age.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants