On 9/21/07, Martin at Cleaver.org <Martin at cleaver.org> wrote: > wp_schedule_event(0, 'hourly', 'my_hourly_event'); > > If you use 0 you end up with a stuck event in the table. That doesn't seem correct. Looking through the code, zero should work okay. Obviously, it will run the very next hit, but it should work fine as far as I can see.