On 8/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> So, do You have any ideas? There's something strange going on with
> lifecycle of jobs scheduled during execution of environment.rb.
Hi Tomek,
I would check that :
LOGGER.warn "scheduler.at_job_count is #{$scheduler.at_job_count}
(${scheduler.object_id})"
right after the scheduling and a bit later.
You could even put that check into the step() method of the scheduler
(4 times per second might get boring, but we would thus know).
You could also do
class << $scheduler
def lwarn (msg)
RAILS_DEFAULT_LOGGER.warn msg
end
end
Just to be sure that there no exception in the trigger (I'll have to
document that).
It would give us a better idea of what's going on.
Best regards,
--
John Mettraux -///- http://jmettraux.openwfe.org
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenWFEru users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---