Dear all,
At which rate subscriptions are updated? I subscribed to various podcasts using the feature (RSS format), but it seems that when the RSS feed changed, I see no change in Funkwhale interface, and new episodes are not listed.

Is there a way to refresh subscriptions manually?

Thanks for your help. Best regards.

petitminion On my instance, it seems refreshed every day, and not every hour. So I have to way for a long before new items appear. Please notice that I didn't change that parameter.

do you have

    "audio.fetch_rss_feeds": {
        "task": "audio.fetch_rss_feeds",
        "schedule": crontab(minute="0", hour="*"),
        "options": {"expires": 60 * 60},
    },

on config.settings.common ?

oups there is also the PODCASTS_RSS_FEED_REFRESH_DELAY env variable that is set to 24h per default. You can set up to your need, its in seconds