I use free_space to abort a task right now, such 10GB
but when task accept multi entries, it seems like that even the total size > free_space, the task will also run.
something like this:
entry 1 < 10G
entry 2 < 10G
entry 3 < 10G
but entry 1+2+3 > 10G
that full my disk.
So, I was wondering that is there a way to get “if total content_size > free_space: reject” works?
1 post - 1 participant