This feature is pretty exciting for me, as I had to hack up a way to post my reports to github every 10 minutes so I don't overrun my update quota (I host my site on github pages, and I have an archive period of 60 seconds, which got me shut off for pushing too frequently once). The report_timing feature is perfect because I can now update my reports locally at my house on the minute interval and still push to github every 10 minutes.
The problem: The archive interval isn't exactly 60 seconds, and sometimes a minute is skipped. I wondered what would happen if the minute I'm supposed to push is skipped, so I waited until it happened and saw that it did not push during that 10 minute interval. I read in the documentation that if the archive period and the report_timing don't match, the report will run at the next scheduled interval. But that does not seem to be the case if the interval is 1 minute. Other than reverting back to the hacky way I've been doing it, is there a workaround? -- You received this message because you are subscribed to the Google Groups "weewx-user" 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/d/optout.
