scrutiny: [BUG] Cron not working
Describe the bug The cron job doesn’t not work (anymore) The collector / webapp combo still works if I trigger it manually, but for some reason the cron job doesn’t work anymore (it was working before) I haven’t changed my setup (apart from update the images) and I can’t see anything wrong on the logs… Happy to provide you with logs or anything that you need…
Expected behavior The webapp should update daily with new metrics
Current behavior
The webapp does not get updated unless you run scrutiny-collector-metrics run
in each collector
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 5
- Comments: 22 (17 by maintainers)
Commits related to this issue
- addign ability to customize the scrutiny collector cron schedule using SCRUTINY_COLLECTOR_CRON_SCHEDULE env variable. similar to https://github.com/linuxserver/docker-scrutiny/pull/19 fixes https://... — committed to AnalogJ/scrutiny by AnalogJ 2 years ago
- fixing cron. related #121 — committed to AnalogJ/scrutiny by AnalogJ 2 years ago
- make 50-cron-config and entrypoint-collector.sh mirrors of each other. This is for ease of maintainability. related #121 — committed to AnalogJ/scrutiny by AnalogJ 2 years ago
Sorry about the delay, I’m looking into this now. I have confirmed that I can reproduce this issue locally.
I’m guessing that fixed the issue @MattKobayashi 😄