Hi, we have set up our prefect server and had conf...
# ask-community
m
Hi, we have set up our prefect server and had configured slack notifications for the same too. But we are noticing that sometimes notifications are not getting sent when a flow has been completed/failed. How can we check what went wrong, maybe some logs or how do we fix this?
z
Which version are you using?
m
2.3.1
is the flow-run notification service records part of the orion database?
z
The notifications service would log to stderr in the server’s environment
It’s just normal Python logging
m
I just saw one instance of in the server logs
Copy code
FlowRunNotifications took 5.80293 seconds to run, which is longer than its loop interval of 4 seconds.
No other errors
z
I’d consider upgrading to a newer version
m
Sure thank you for your response. Will look into upgrading too