We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Do I see that correctly that the poller waits 2+5=7min if it does not find a submission?
https://github.com/maxhaslbeck/proving-contest-backends/blob/5bf3136d9f9a82952a605cedaed7c8c1ea80fb37/poller.py#L115
https://github.com/maxhaslbeck/proving-contest-backends/blob/5bf3136d9f9a82952a605cedaed7c8c1ea80fb37/poller.py#L95
I guess that's annoying at least during a contest. So this should be pulled out as a parameter into some config file
The text was updated successfully, but these errors were encountered:
it is in seconds. I got confused because two judges on different servers were polling from the production server.
still, pulling out that variable would be beneficial.
Sorry, something went wrong.
No branches or pull requests
Do I see that correctly that the poller waits 2+5=7min if it does not find a submission?
https://github.com/maxhaslbeck/proving-contest-backends/blob/5bf3136d9f9a82952a605cedaed7c8c1ea80fb37/poller.py#L115
https://github.com/maxhaslbeck/proving-contest-backends/blob/5bf3136d9f9a82952a605cedaed7c8c1ea80fb37/poller.py#L95
I guess that's annoying at least during a contest.
So this should be pulled out as a parameter into some config file
The text was updated successfully, but these errors were encountered: