There are only three places in the entire plugin where Crontab::add_hourly_cron is called for the updater cronjob. On activation, on import and on manual update (user clicks "Do it now!" in the config). The latter two delete the cronjob immediately before. Also, I manually removed all of them and then triggered one manually. None of those gets triggered automatically.
Am Samstag, 17. August 2013 02:09:44 UTC+2 schrieb Chris Meller: > > You sure you're only adding it on activation? > > On Aug 16, 2013, at 6:40 PM, Konzertheld <[email protected]<javascript:>> > wrote: > > Hi folks, > > I'm working on a plugin that turns Habari into a feedreader. One part that > just drives me crazy are cronjobs. There's obviously one that updates all > the feeds hourly. I always end up having lots of them (using the Crontab > plugin to see). There is no place in the code that re-adds the cronjob > except manual update triggering and importing, which I did not use. Could > someone please have a look at the code? I have no idea why I always get > copies. > > https://github.com/Konzertheld/feedreader/ > > Have a nice weekend, > Christian > > -- > -- > To post to this group, send email to [email protected]<javascript:> > To unsubscribe from this group, send email to > [email protected] <javascript:> > For more options, visit this group at > http://groups.google.com/group/habari-dev > --- > You received this message because you are subscribed to the Google Groups > "habari-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- 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/habari-dev --- You received this message because you are subscribed to the Google Groups "habari-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
