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.
The accepted answer refers to Drupal and has weird formatting (missing capitalization at the beginning of paragraphs). Seems to me it was either copied from a Drupal post, or AI generated...
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...
Posted15 hours 21 min 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.
Posted16 hours 24 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.