Opened 14 years ago
Closed 9 years ago
#11826 closed defect (bug) (worksforme)
Endless Cron Spawn
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.9 |
Component: | Cron API | Keywords: | |
Focuses: | Cc: |
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 (7)
#2
@
14 years ago
- Component changed from General to Cron
- Milestone changed from Unassigned to Future Release
- Owner set to westi
#4
@
13 years ago
- Cc azizur added
I am getting some what related error:
Warning: fopen(http://dev.wordpress/wp-cron.php?doing_wp_cron): failed to open stream: Connection timed out in /var/www/dev.wordpress/wp-includes/class-http.php on line 1063
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.