Last Active: Jan 11, 2025
Threads: 0
Posts: 12
Reputation:
0
Sep 12, 2024, 13:51 pm
(This post was last modified: Sep 13, 2024, 20:17 pm by bluechip77. Edited 1 time in total.)
Any one have faced this issue and have potential solution. I am using version 24.2.10.8991 -
I get this error - Too many pending tasks (16385 waiting, 0/10 available)
Last Active: Yesterday
Threads: 0
Posts: 18
Reputation:
0
I downgraded to 24.2.8.8987 with no issues.
Last Active: Jan 11, 2025
Threads: 0
Posts: 12
Reputation:
0
(Sep 12, 2024, 21:18 pm)Pyro Wrote: I downgraded to 24.2.8.8987 with no issues.
You were getting this issue?
Quote:Too many pending tasks (16385 waiting, 0/10 available)
Last Active: Sep 15, 2024
Threads: 0
Posts: 37
Reputation:
0
Sep 15, 2024, 08:52 am
(This post was last modified: Sep 15, 2024, 08:52 am by mikepool. Edited 1 time in total.)
(Aug 29, 2024, 09:21 am)Dolphin34 Wrote: I must be in the minority here or something, but 24.2.8 and now 24.2.10 both have worked perfectly fine for me across multiple days, all standard maintenance plan items enabled and running nightly.
I wonder if extensions are causing the issue for me and others. I have the following extensions installed: - Advanced Configuration Editor
- Advanced SMTP Settings
- Security Toolkit
Does anyone else use these and do/don't experience this issue?
How do you check for database corruption?
Last Active: Jan 13, 2025
Threads: 0
Posts: 89
Reputation:
0
(Sep 15, 2024, 08:52 am)mikepool Wrote: (Aug 29, 2024, 09:21 am)Dolphin34 Wrote: I must be in the minority here or something, but 24.2.8 and now 24.2.10 both have worked perfectly fine for me across multiple days, all standard maintenance plan items enabled and running nightly.
I wonder if extensions are causing the issue for me and others. I have the following extensions installed:- Advanced Configuration Editor
- Advanced SMTP Settings
- Security Toolkit
Does anyone else use these and do/don't experience this issue?
How do you check for database corruption?
I use no extensions since the hacking/exploit earlier this month and still have the issue.
Last Active: Dec 30, 2024
Threads: 0
Posts: 9
Reputation:
0
Seagul @ B4A appears to have a fix. It is definitely maintenance related as if you kill all your tasks, it stops happening. I hate to not do maintenance. This has been running for two days now no issues.
Quote:"OK so I think I have found the cause of the issue with my instances; it has to do with the database maintenance plan.
In the web.config file there is a line for DatabaseMaintenancePlan. This value had some older maintenance schedules in properties that don't look to be compatible with the new version.
I installed a clean brand new instance of the latest installer and then copied and pasted the DatabaseMaintenancePlan from the clean web.config file. My instances have been running with this new setup for two days now and I have not had the issue of the circle death anymore.
If you are experiencing this issue, might be worth trying that. Here is a copy of the line I ended up using.
Code: <add key="DatabaseMaintenancePlan" value="{RunAtUtcTimeMinutes:960,DaysIncludedOrExcluded:false,Days:[],Actions:[{ActionID:'59694f32-bd00-4801-bca4-458f2e9ce0ed',ActionType:5,Parameters:{DaysAgo:180,SecurityEventTypesIncludedOrExcluded:false,SecurityEventTypes:[]}},{ActionID:'19975bb1-f988-4141-a34d-86eb8ed05916',ActionType:0,Parameters:{SessionType:0,DaysAgo:30}},{ActionID:'a13a9897-9be9-4e6a-ad08-6c8256a718ab',ActionType:1,Parameters:{SessionType:0,DaysAgo:30,ConnectionTypes:[1,2]}},{ActionID:'a1b982c1-689b-4809-95cf-aa22c1dc7443',ActionType:2,Parameters:{SessionType:0,DaysAgo:30,SessionEventTypesIncludedOrExcluded:false,SessionEventTypes:[32]}},{ActionID:'3c496124-c702-4665-b2ee-cf897141795f',ActionType:0,Parameters:{SessionType:1,DaysAgo:30}},{ActionID:'c3204ce3-8afa-4cc2-9bfc-69c3e2badb64',ActionType:1,Parameters:{SessionType:1,DaysAgo:30,ConnectionTypes:[1,2]}},{ActionID:'8f90a408-55d0-4292-be0e-701ba05b216d',ActionType:2,Parameters:{SessionType:1,DaysAgo:30,SessionEventTypesIncludedOrExcluded:false,SessionEventTypes:[32]}},{ActionID:'1a2a2250-bd6c-43fa-8e55-712c5da508ab',ActionType:0,Parameters:{SessionType:2,DaysAgo:30}},{ActionID:'c4ead939-a508-4192-b392-71198448c923',ActionType:1,Parameters:{SessionType:2,DaysAgo:30,ConnectionTypes:[1,2]}},{ActionID:'23c831a5-93b2-4e60-915c-a2451515c969',ActionType:2,Parameters:{SessionType:2,DaysAgo:30,SessionEventTypesIncludedOrExcluded:false,SessionEventTypes:[32]}},{ActionID:'d34bbbe9-729d-4fef-a843-753f7bdc0c92',ActionType:3,Parameters:{DaysAgo:7}},{ActionID:'c01ebd29-bdf8-4d51-b7c4-0b88a80a736c',ActionType:4,Parameters:{}}]}"></add>
Last Active: Jan 11, 2025
Threads: 0
Posts: 12
Reputation:
0
Any one facing this issue - Too many pending tasks (16385 waiting, 0/10 available)
I am using version 24.2.10.8991
Last Active: Sep 19, 2024
Threads: 0
Posts: 6
Reputation:
0
We faced this issue today when the maintenance plan ran this afternoon. Restarting the services seemed to work and probably temporary.
I switched our maintenance plan schedule to run again to see if it will reoccur and it hasn't so I'm wondering if resaving the maintenance plan schedule fixed our issue.
Last Active: Jan 13, 2025
Threads: 0
Posts: 89
Reputation:
0
Sep 22, 2024, 16:08 pm
(This post was last modified: Sep 25, 2024, 03:39 am by Sinauth. Edited 1 time in total.)
PHP Code: "OK so I think I have found the cause of the issue with my instances; it has to do with the database maintenance plan. In the web.config file there is a line for DatabaseMaintenancePlan. This value had some older maintenance schedules in properties that don't look to be compatible with the new version.
I installed a clean brand new instance of the latest installer and then copied and pasted the DatabaseMaintenancePlan from the clean web.config file. My instances have been running with this new setup for two days now and I have not had the issue of the circle death anymore.
If you are experiencing this issue, might be worth trying that. Here is a copy of the line I ended up using.
Code: <add key="DatabaseMaintenancePlan" value="{RunAtUtcTimeMinutes:960,DaysIncludedOrExcluded:false,Days:[],Actions:[{ActionID:'59694f32-bd00-4801-bca4-458f2e9ce0ed',ActionType:5,Parameters:{DaysAgo:180,SecurityEventTypesIncludedOrExcluded:false,SecurityEventTypes:[]}},{ActionID:'19975bb1-f988-4141-a34d-86eb8ed05916',ActionType:0,Parameters:{SessionType:0,DaysAgo:30}},{ActionID:'a13a9897-9be9-4e6a-ad08-6c8256a718ab',ActionType:1,Parameters:{SessionType:0,DaysAgo:30,ConnectionTypes:[1,2]}},{ActionID:'a1b982c1-689b-4809-95cf-aa22c1dc7443',ActionType:2,Parameters:{SessionType:0,DaysAgo:30,SessionEventTypesIncludedOrExcluded:false,SessionEventTypes:[32]}},{ActionID:'3c496124-c702-4665-b2ee-cf897141795f',ActionType:0,Parameters:{SessionType:1,DaysAgo:30}},{ActionID:'c3204ce3-8afa-4cc2-9bfc-69c3e2badb64',ActionType:1,Parameters:{SessionType:1,DaysAgo:30,ConnectionTypes:[1,2]}},{ActionID:'8f90a408-55d0-4292-be0e-701ba05b216d',ActionType:2,Parameters:{SessionType:1,DaysAgo:30,SessionEventTypesIncludedOrExcluded:false,SessionEventTypes:[32]}},{ActionID:'1a2a2250-bd6c-43fa-8e55-712c5da508ab',ActionType:0,Parameters:{SessionType:2,DaysAgo:30}},{ActionID:'c4ead939-a508-4192-b392-71198448c923',ActionType:1,Parameters:{SessionType:2,DaysAgo:30,ConnectionTypes:[1,2]}},{ActionID:'23c831a5-93b2-4e60-915c-a2451515c969',ActionType:2,Parameters:{SessionType:2,DaysAgo:30,SessionEventTypesIncludedOrExcluded:false,SessionEventTypes:[32]}},{ActionID:'d34bbbe9-729d-4fef-a843-753f7bdc0c92',ActionType:3,Parameters:{DaysAgo:7}},{ActionID:'c01ebd29-bdf8-4d51-b7c4-0b88a80a736c',ActionType:4,Parameters:{}}]}"></add>
I can confirm that this does fix the issue.
Last Active: Oct 08, 2024
Threads: 8
Posts: 37
Reputation:
0
Confirmed. Fix the spinning circle issue
|