Hi,
Sometimes I want to make changes in a channel in feeds.yml, but those changes don't have any effect. Only when I rename the channel the changes are read. Apparently the cache isn't refreshed when there's a change in the channel? How can I force it to update?
All reactions
Replies: 2 comments
Moin,
I assume you run html2rss/web docker image.
Try setting the env variable in docker-compose.yml: ASYNC_FEED_REFRESH_ENABLED: 'true'
See docs: https://html2rss.github.io/web-application/reference/env-variables/
Did that work?
Cheers!
All reactions
no it didn't. I'm indeed running the docker image
I've got this channel 'ibestuur-test3', renamed it back to 'ibestuur' and the ibestuur-test3.rss was still running.
I must note: it did work for another channel. For this specific case it's maybe more complicated, because I also had an old 'ibestuur' channel that was still running, but made a second 'ibestuur-test3'. Maybe deleting an old channel and then renaming another channel to the deleted one does not work?