Hi! > > What is the correct syntax within jpluck if I what to update a channel > > every 10 minutes? > I can't possibly imagine a website that would appreciate this kind > of "beating", or one that changes their data _that_ frequently. 6 times an > hour? What site are we talking about here?
Traffic information ;) I want to be sure that I always have the latest infos... The last thing I do in the office is to snyc my Palm. And if I leave 3:55pm and synced 3:05 pm the last time, the sync at 3:50pm would give my old informations if I cannot update more often... The normal crontab syntax is field allowed values ----- -------------- minute 0-59 hour 0-23 day of month 1-31 month 1-12 (or names, see below) day of week 0-7 (0 or 7 is Sun, or use names) which means 0,10,20,30,40,50 * * * * should work. But it don't :( Nobody knows the syntax? Bye, Oliver _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

