Open srosset81 opened 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.
endAt
loadChannelsFromDb
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.
At the moment, expired notifications channels (with a
endAt
date in the past) are closed only on server start, on theloadChannelsFromDb
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.