liiight / notifiers

The easy way to send notifications

Home Page:http://notifiers.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schema validating for all provider occur during import regardless to the used provider

gs202 opened this issue · comments

DEBUG:notifiers:merging required dict into schema for pushover
DEBUG:notifiers:validating provider schema
DEBUG:notifiers:merging required dict into schema for pushover
DEBUG:notifiers:validating provider schema
DEBUG:notifiers:merging required dict into schema for telegram
DEBUG:notifiers:validating provider schema
DEBUG:notifiers:merging required dict into schema for gitter
DEBUG:notifiers:validating provider schema
DEBUG:notifiers:merging required dict into schema for pushbullet
DEBUG:notifiers:validating provider schema
DEBUG:notifiers:merging required dict into schema for join
DEBUG:notifiers:validating provider schema
DEBUG:notifiers:merging required dict into schema for hipchat
DEBUG:notifiers:validating provider schema
DEBUG:notifiers:merging required dict into schema for hipchat
DEBUG:notifiers:validating provider schema
DEBUG:notifiers:merging required dict into schema for statuspage
DEBUG:notifiers:validating provider schema
DEBUG:notifiers:found a match for 'pushover', returning
DEBUG:notifiers:merging required dict into schema for pushover
DEBUG:notifiers:validating provider schema

Thanks for opening your first issue here! Be sure to follow the issue template! 👋🐞👋

This is intentional, however I will check to see if it has a performance penalty.

This will become redundant when switching to pydantic via #221