What steps will reproduce the problem?
1. have e.g. mod_http_file_share enabled
2. observe debug logs
What is the expected output?
daily cleanup task is run once per day, weekly once per week
What do you see instead?
daily and weekly tasks run every hour
What version of the product are you using?
Prosody trunk nightly build 1652 (2022-04-27, db634db8e069)
Would also affect 0.12.0
Please provide any additional information below.
mod_cron appears to not record the new latest task run time after running
What steps will reproduce the problem? 1. have e.g. mod_http_file_share enabled 2. observe debug logs What is the expected output? daily cleanup task is run once per day, weekly once per week What do you see instead? daily and weekly tasks run every hour What version of the product are you using? Prosody trunk nightly build 1652 (2022-04-27, db634db8e069) Would also affect 0.12.0 Please provide any additional information below. mod_cron appears to not record the new latest task run time after running
Fixed in https://hg.prosody.im/trunk/rev/8b42575738f0
Changes