Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Scheduler CPAN distribution.

Report information
The Basics
Id: 39704
Status: open
Priority: 0/
Queue: Catalyst-Plugin-Scheduler

People
Owner: Nobody in particular
Requestors: marc [...] knusperfisch.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: bug: scheduler gets "stuck" after running for some days
Date: Tue, 30 Sep 2008 12:02:54 +0200
To: bug-Catalyst-Plugin-Scheduler [...] rt.cpan.org
From: Marc Sebastian Pelzer <marc [...] knusperfisch.de>
The scheduler seems to hang after running continuously for some days. Here is a dump of the scheduler state variable: [debug] Scheduler state: $VAR1 = [ { 'last_run' => '2008-09-30 00:59:05 UTC', 'auto_run' => 1, 'last_output' => 'done', 'at' => '* * * * *', 'next_run' => '2008-09-30 10:00:00 UTC', 'event' => '/scheduler/index' }, { 'last_run' => '2008-09-30 01:00:05 UTC', 'auto_run' => 1, 'last_output' => 'done', 'at' => '0 1 * * *', 'next_run' => '2008-10-01 01:00:00 UTC', 'event' => '/scheduler/daily' }, { 'last_run' => '2008-09-28 02:00:08 UTC', 'auto_run' => 1, 'last_output' => 'done', 'at' => '0 2 * * 0', 'next_run' => '2008-10-05 02:00:00 UTC', 'event' => '/scheduler/weekly' } ]; Regards, Marc