Skip to content

lisa.wa: Fix caching of _get_job_df()

FIX

WACollectorBase._get_job_df() should not be cached if the result depends on user input. Disable the cache in those cases.

Merge request reports