Those six hours is the reason why temporary file aren't immediately deleted when cron tasks run. If then there are many temporary file to delete, a single run isn't sufficient to delete all the files.
@Amilenkov, I have an idea for your use case where you want to avoid re-subscribing people who have explicitly opted out:
Build a view of simplenews subscriptions, and filter by Status (...
Posted9 hours 29 min ago by Olaf Grabienski (Olafski) on:
Hello. Welcome to Backdrop
Some of the things you are asking for can be done with Ubercart.
Ubercart out of the box supports buying a role, which could satisfy your paid memberships...
Posted15 hours 48 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Title: Simplenews 1.x-1.2.2 removes subscribers when using anonymous checkout with Ubercart
Hello,
I experienced an issue when updating Simplenews to version 1.x-1.2.2.
My site...
Posted1 day 6 hours ago by Antony Milenkov (amilenkov) on:
Comments
The cron job system_cron() will delete temporary files after the max time stipulated by a constant (6 hours)
Those six hours is the reason why temporary file aren't immediately deleted when cron tasks run. If then there are many temporary file to delete, a single run isn't sufficient to delete all the files.