[FEATURE REQUEST] - Add storage limit check to file migration plugin (ideally to core too) "[FEATURE REQUEST]" . #963
Labels
feature-request
New feature request or a change in the existing functionality
to-be-closed
The issue is about to be closed
Is your feature request related to a problem? Please describe.
I am seeding a developer sandbox (200 MB data storage, 200 MB file storage) with production data. I'm using
core:ExportFiles
, the (slightly anonymised) relevant bit of export.json is below, I'm already limiting files to 1 MB sizeOf course there's no total cap so after a while the storage starts to skyrocket:
And logs indicate the plugin dutifully tries to load:
Describe the solution you'd like
I don't know what's easier / makes most sense?
core:ExportFiles
to stop after inserting X megabytes? Default zero meaning no limit?sf api request rest 'services/data/v62.0/limits'
for my situation returnsIt wouldn't be perfect as storage statistics have couple minutes delay (so I imagine even detecting "95% reached" would not work in real life) - but it'd beat waiting through a step I know won't get any better.
The text was updated successfully, but these errors were encountered: