mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-03-30 17:01:17 +08:00
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>