You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand the code correctly, the only way an expired paste gets deleted is if someone tries to access it after the expiration date.
This is seemingly confirmed by my database containing pastes that expired 12 days ago.
In my workflow, many pastes are never accessed after their expiration. So I think it would be good to implement a periodic "delete all expired pastes" job.
The text was updated successfully, but these errors were encountered:
If I understand the code correctly, the only way an expired paste gets deleted is if someone tries to access it after the expiration date.
This is seemingly confirmed by my database containing pastes that expired 12 days ago.
In my workflow, many pastes are never accessed after their expiration. So I think it would be good to implement a periodic "delete all expired pastes" job.
The text was updated successfully, but these errors were encountered: