Andrew Pruchinski
09/30/2022, 4:46 PMINTERNAL_SERVER_ERROR
and prefect's secret client throwing the KeyError: 'SLACK_WEBHOOK_URL'
. I know there is a current intermittent issue in regards to retrieving secrets. We pass our secrets to the dask worker via the docker container so we aren't using the prefect secrets stored in the UI. However we are still getting this error and it has brought down multiple flows this morning. The error, other information and questions will be in the threads. Thank you in advance!slack_notifier
as a decorator to our tasks to notify failures in our slack channel. Does this use the prefect secret in the UI behind the scenes and could be the reason we are seeing this error?SLACK_WEBHOOK_URL
in the Prefect Secrets to send this message to our slack channel. Would this bring down the entire flow though?Jeff Hale
09/30/2022, 8:35 PMAndrew Pruchinski
09/30/2022, 9:15 PMJeff Hale
09/30/2022, 9:17 PM