Ug. That explains it.

I'm trying to unschedule that job when it has been triggered past the
time that I need it. But I can't unschedule it at that point, because
it's not in the task list.

I probably can schedule it to be unscheduled in a couple of seconds,
or some workaround like that. :-)

Thanks for your help!
Lee

On Nov 6, 7:42 pm, "John Mettraux" <[EMAIL PROTECTED]> wrote:
> Hi Lee,
>
> I got your test case working.
>
> You're using the pending_jobs list inside of the Scheduler. When an
> "every" job get triggered, it's removed from this list, doing his job
> and then it gets rescheduled.
> You're querying at that point.
>
> http://rubyforge.org/tracker/index.php?func=detail&aid=15403&group_id...
>
> I'll adapt my test cases to this situation and then make sure that
> find_job queries do always return the whole list of "every" jobs.
>
> Thanks for the report, 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to