-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finished but no scores. #1677
Comments
Hi @johanneskruse, Are you using the default queue or a custom queue of compute workers? |
Hi @Didayolo, I'm using a custom queue. Here's the link to the competition: |
Looks like a problem with the configuration of the compute workers. Are your machine behind a firewall, inside a private network, or so? Do you have access to opening or closing ports? Do you think that the issue could comes from that? |
Thank you for the suggestions. We are running on AWS, and there shouldn't be any firewall issues, and full access should be available. Some submissions are returning within the timeout period, but others aren't. Hence, the response times seem to vary a bit on our end. But it seems to be working. I looked into the _update_submission(), where the error seems to stem from. I found the following:
If I understand this correctly, the Could this be the issue? And if so, could it be increased? |
Apparently, this problem may happen when the queue is congested, meaning that many submissions are stacking up in the "Submitted" status. Then the platform is not able to update the status of submissions.
I hope this can help. |
Hi,
I’ve encountered the issue of my submissions finishing but not showing the scores:

When looking at the error logs in Docker, I get the following:
It dumps the detailed report, so I’m able to see this. It’s somewhat random, and my solution has been to resubmit it repeatedly until I don’t get a timeout. The error indicates that your PATCH request to www.codabench.org is not receiving a response within the specified timeout of 150 seconds?
Best,
Johannes
The text was updated successfully, but these errors were encountered: