diff --git a/src/ralph/settings.py b/src/ralph/settings.py index 0a68457f04..24e994c851 100644 --- a/src/ralph/settings.py +++ b/src/ralph/settings.py @@ -363,11 +363,7 @@ SCAN_AUTOMERGE_MODE = True # -SCAN_POSTPROCESS_ENABLED_JOBS = [ - 'ralph.scan.postprocess.position', - 'ralph.scan.postprocess.cache_price', - 'ralph.scan.postprocess.mount_shares', -] +SCAN_POSTPROCESS_ENABLED_JOBS = [] # # programmatic stuff that need to be at the end of the file