Add BaseHandler.dry_run to be used instead of conf.dry_run. It can be set using BaseHandler.force_dry_run() to force the DRY_RUN mode even when conf.dry_run is False. The motivation here is to be able to submit certain manual events in dry_run mode to see "What would Freshmaker do?".
Add
BaseHandler.dry_runto be used instead ofconf.dry_run. It can be set usingBaseHandler.force_dry_run()to force the DRY_RUN mode even whenconf.dry_runis False. The motivation here is to be able to submit certain manual events in dry_run mode to see "What would Freshmaker do?".