makers.bolt.fun
makers.bolt.fun copied to clipboard
Image deletion scheduled job
Related to #51
A serverless function has to be created for unused images deletion. This function will be called periodically with a scheduled job to delete unused images in our DB and in the hosting image provider.
Conditions to delete an image
- is_used = false
- Image has been created 30 days ago
@johnsBeharry @MTG2000 Are you ok with 30 days of lifetime?