https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38104
Bug ID: 38104
Summary: share_usage_with_koha_community.pl: Check between two
runs should be a bit lower than 30d
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Command-line Utilities
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
From production data:
HEA preference: 1725159125
select FROM_UNIXTIME( 1725159125 );
| 2024-09-01 04:52:05 |
select * from action_logs where timestamp>'2024-10-01' and module='CRONJOBS'
and script like '%usage%';
| 7429456 | 2024-10-01 04:52:04 | 0 | CRONJOBS | Run | 116996 |
/usr/share/koha/misc/cronjobs/share_usage_with_koha_community.pl |
cron | share_usage_with_koha_community.pl |
| 7429457 | 2024-10-01 04:52:04 | 0 | CRONJOBS | End | 116996 |
/usr/share/koha/misc/cronjobs/share_usage_with_koha_community.pl COMPLETED |
cron | share_usage_with_koha_community.pl |
So the HEA update was skipped since the script was 1 second too early :)
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/