6d7cc5ed16b6aadba36576c2b9ccb4b29d0b5ace
- max_attempts enforcement in start_attempt: raises AttemptLimitError when quota of finalized attempts is exhausted (in_progress not counted) - Timer enforcement: start_attempt sets expired_at = now + time_limit_seconds; check_attempt_not_expired auto-finalizes and raises AttemptExpiredError on deadline breach - finalize_timed_out_attempt: grades partial responses, sets TIMED_OUT status - expire_timed_out_attempts Celery task: idempotent sweep of overdue in-progress attempts - Views: 409 on limit breach (start), 410 on expired response submit; timed_out result on submit - 14 unit + integration tests covering policy boundary conditions and API responses Co-Authored-By: Paperclip <noreply@paperclip.ing>
Description
No description provided
Languages
Python
81.5%
JavaScript
10.4%
HTML
3.4%
CSS
3.3%
Shell
0.9%
Other
0.5%