Skip to content

Submission limit date

Marcos Huck requested to merge feature/submission_limit_date into develop

Related tasks

Context

A mechanism to define a date after which submissions to a circuit are rejected is needed.

Change

  1. Adds a field called SubmissionDeadline to circuit rules.
  2. Checks if the given submission deadline has been reached, if that's the case, reject the simulation with a Bad request error code.

Other information

Additional documentation

Merge request reports