qwan / fm-orchestrator

Forked from fm-orchestrator 6 years ago
Clone

80879f5 Remove config argument from event handlers

12 files Authored by cqi 4 years ago, Committed by qwan 4 years ago,
    Remove config argument from event handlers
    
    For the purpose of migrating to Celery to run event handler inside a
    worker, Config object is not serializable. And from the usage of config
    argument, every event handler can just access module_build_service.conf
    directly. This removal would make the migration easier.
    
    Signed-off-by: Chenxiong Qi <cqi@redhat.com>