Hi, everyone. I'm encountering the following error...
# ask-community
m
Hi, everyone. I'm encountering the following error while running my Prefect tasks: Crash detected! Execution was interrupted by an unexpected exception: PrefectHTTPStatusError: Server error '500 Internal Server Error' for url 'http://prefect-server.prefect.svc.cluster.local:8080/api/task_runs/7cf53f17-9286-40a2-beb8-2182956f78b9/set_state' Response: {'exception_message': 'Internal Server Error'} For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500 I'm attempting to execute two tasks related to deleting log data older than three months and performing a
VACUUM FULL
to reclaim space. Could anyone assist me in troubleshooting this issue? Any insights or suggestions would be greatly appreciated! Thank you!