minicron icon indicating copy to clipboard operation
minicron copied to clipboard

Improve web ui performance when lots of data exists

Open zodman opened this issue 7 years ago • 3 comments

and all excutation logs from 2 months ago will delete ...

zodman avatar Jul 05 '17 18:07 zodman

Could you clarify what you mean please?

jamesrwhite avatar Jul 11 '17 12:07 jamesrwhite

minicron generate a lot of executions in the mean time.

it is posible ... delete the executations history passing a parameter of time ago .. like 2 months ...

$ minicron cleanup-history 2m

zodman avatar Jul 13 '17 22:07 zodman

Thanks for the clarification. I understand your point but I think the actual fix here is more improving how minicron deals with lots of data. It shouldn't be a problem to have several months of data but I am aware it can slow down parts of the web ui down currently as it doesn't handle it well.

If pagination/limits are implemented in the relevant places I think this can be resolved without requiring the ability to delete old data. This is related to https://github.com/jamesrwhite/minicron/issues/238.

jamesrwhite avatar Jul 17 '17 12:07 jamesrwhite