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.
For the Dev meeting:
I would like to discuss whether we should have a policy in the Forum that AI provided solutions should be attributed to AI and which model it is from. We have started...
Posted23 min 51 sec ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Sudipto, you may have more luck in the CiviCRM forums for this as this looks like a CiviCRM error.
Many people use Stripe in Backdrop without issue, albeit it can take a bit to get setup.
Posted1 hour 26 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
I think Olaf's suggestion is probably best for your use case. Multiple values will be much cleaner and less error prone than a long field with multiple values.
I have once enlarged a...
Posted2 hours 19 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) 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.