INGInious
INGInious copied to clipboard
Exponential backoff
To limit the number of submissions for a specific task, we currently use a fixed numbers per unit of time.
Instead, we could implement an exponential backoff mechanism.