-
Notifications
You must be signed in to change notification settings - Fork 68
Description
UPDATES
Nov 13, 2022, Due to persistent use of robots to submit tens of thousands of Moss jobs per day, the submission limit of 100 submissions/day/user is now being enforced.
Does anybody know if "100 submissions" refer to 100 files or 100 "runs" of the script?
I know that my script is correct, because I already successfully processed a couple of our tasks, but now I keep getting all kind of errors:
[Errno -3] Temporary failure in name resolution[Errno -5] No address associated with hostname[Errno 101] Network is unreachable[Errno 104] Connection reset by peer[Errno 111] Connection refused- sometimes the script just hangs for hours, and I am forced to kill it
So now I am wondering if I am being throttled/banned. I am 99.9% sure, that I didn't make more than 100 individual submissions, because my script sleeps for 30 minutes between each retry, and so it shouldn't have exceeded 48 submissions per day (assuming that "submission" means a single batch of files and not each individual file).
I seriously don't understand, why is the Moss server so flaky. The official explanation is that there is a lot of load on the servers, which is understandable, but if 90% of submission attempts end in failures due to the flaky server, then most of that load comes from retrying the same submission over and over again instead of actually processing new submissions.