-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entering '0' days for the submission pruning appears to have no effect #4815
Comments
Setting the number of days to So setting the number of days to (Edit, in the global config the value |
Discussed with Sergei, we are gonna change the minimum value to |
Allowing submissions to be deleted after 0 days (i.e. on the same day)
The minimum value for the submission removal is changed to The celery beat submission removal schedule is currently set to once a day (at 1 AM). @joeribekker @sergei-maertens do we want to set this to something like once a hour? Or even sooner, like once a minute? |
Once a day is fine |
Allowing submissions to be deleted after 0 days (i.e. on the same day)
Product versie / Product version
2.8.1
Customer reference
Taiga DH #715
Omschrijf het probleem / Describe the bug
There are global and form-specific configuration options to prune submissions (in various states, like completed/suspended/ongoing/...) after a certain number of days. The amount of days can be configured in the admin interface. A celery task (via beat) picks up the submissions that need to be pruned.
Setting the number of days to '0' seems to cause these submissions not to be pruned, while the expectation is that these would be removed on the first next run of the cleanup job.
Stappen om te reproduceren / Steps to reproduce
(unconfirmed)
Verwacht gedrag / Expected behavior
Submission is deleted after next scheduled cleanup job run.
Screen resolution
None
Device
None
OS
None
Browser
No response
The text was updated successfully, but these errors were encountered: