makers.bolt.fun icon indicating copy to clipboard operation
makers.bolt.fun copied to clipboard

Image deletion scheduled job

Open Dolu89 opened this issue 2 years ago • 0 comments

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?

Dolu89 avatar Sep 15 '22 09:09 Dolu89