-
Notifications
You must be signed in to change notification settings - Fork 0
Description
So I have a random issue I am seeing from time to time, I was hoping it was from a single service, but it looks like it could be from multiple. Originally, I thought the shared calendar from the Gamechanger app was broken as updates to the subscription calendar within the app never seemed to make it through to Calunite, unless I would edit the config file (Even just adding white space, deleting it, and closing the file. This would trigger calunite to update), or by restarting the Docker container.
I have the cron set to run every 15 minutes, which I feel it might but not for all remote subscriptions. I recently noticed this happen with the calendar in another sports app called Sprocket Sports. If I do the whole edit, exit of the config or restart the container it pulls the updates fine.
Here is a snippet of the log of when I last noticed things not aligning, and you can see where I did the edit to fire it off
2026/01/21 15:36:02 /config/config.yml read successfully
2026/01/21 15:36:02 YAML parsing done
2026/01/21 15:36:09 Initial merge finished
2026/01/21 15:36:09 Started merge cronjob
2026/02/01 17:02:30 Modified /config/.config.yml.swp - scheduling reload...
2026/02/01 17:02:30 /config/config.yml read successfully
2026/02/01 17:02:30 YAML parsing done
2026/02/01 17:02:30 Stopped previous cronjob
Very possible I am doing something wrong with the container, but I thought I would bring this up in case it is a strange bug.