diff --git a/src/apps/competitions/tasks.py b/src/apps/competitions/tasks.py index facc8041b..8a95a9e20 100644 --- a/src/apps/competitions/tasks.py +++ b/src/apps/competitions/tasks.py @@ -83,6 +83,7 @@ 'title', 'key', 'hidden', + 'submission_rule', # For later # 'force_submission_to_leaderboard', @@ -98,6 +99,7 @@ 'computation', 'computation_indexes', 'hidden', + 'precision', ] MAX_EXECUTION_TIME_LIMIT = int(os.environ.get('MAX_EXECUTION_TIME_LIMIT', 600)) # time limit of the default queue