assemblee-virtuelle / semapps

A toolbox to create semantic web applications
https://semapps.org
Apache License 2.0
88 stars 9 forks source link

Delete expired Solid Notifications channels every day #1307

Open srosset81 opened 2 months ago

srosset81 commented 2 months ago

At the moment, expired notifications channels (with a endAt date in the past) are closed only on server start, on the loadChannelsFromDb method.

This may leave hundreds of expired channels in the triple store, creating confusion.

We should add a cron to delete those expired channels every day.