Opened 3 years ago
Last modified 3 years ago
#11826 new defect (bug)
Endless Cron Spawn
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Cron | Version: | 2.9 |
| Severity: | normal | Keywords: | |
| Cc: | azizur |
Description
I somehow get it managed to keep such request in memory while they consume CPU all the time. I noticed that first a week ago or so and now I was able to find out some specifics:
REQUEST_URI /wordpress-trunk/wp-cron.php?doing_wp_cron REQUEST_METHOD post
Maybe there is a condition for an endless loop in there?
Change History (5)
comment:2
dd32
— 3 years ago
- Component changed from General to Cron
- Milestone changed from Unassigned to Future Release
- Owner set to westi
Note: See
TracTickets for help on using
tickets.
The cron file ignores user aborts, and sets a time limit of unlimited.
What cron tasks did you have queued? Without knowing which task it is, its a bit hard to track it down.