Hi, we have a self-hosted prefect server, and we h...
# ask-community
l
Hi, we have a self-hosted prefect server, and we have a job use Ray TaskRunner. We keep getting 500 Internal Server Error nondeterministically. Is this a known issue? Does anybody know the fix? Thanks
Copy code
Here's the error message Crash detected! Execution was interrupted by an unexpected exception: PrefectHTTPStatusError: Server error '500 Internal Server Error' for url '<http://url/api/task_runs/>'
Response: {'exception_message': 'Internal Server Error'}
For more information check: <https://httpstatuses.com/500>
n
hi @Liz - do you happen to have server logs from the time of failure? its often hard to see what a 500 means client side