Jezreel Zamora
08/15/2024, 2:45 AM@flow(name="Pager Alert Test")
def pager_test():
pagerduty_webhook_block = PagerDutyWebHook.load("pagerduty-webhook")
pagerduty_webhook_block.logger.setLevel("DEBUG")
pagerduty_webhook_block.notify("Hello from Prefect!")
There are no error in the flow and I can see from the event feed that Block pager duty webhook notify called
is triggered.
Has anyone able to setup Pagerduty properly?