From 27dc946c43fc0fbe17666f75ac230d373effb2e0 Mon Sep 17 00:00:00 2001 From: Arseny Balobanov Date: Sat, 4 Mar 2023 13:44:39 +0300 Subject: [PATCH] Release goroutines and gitfame. --- .deadlines.yml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.deadlines.yml b/.deadlines.yml index 794df88..6191009 100644 --- a/.deadlines.yml +++ b/.deadlines.yml @@ -120,13 +120,6 @@ # - task: pubsub # score: 300 -# - group: "[HW] Gitfame" -# start: 11-03-2022 11:59 -# deadline: 30-03-2022 23:59 -# tasks: -# - task: gitfame -# score: 0 - # - group: Testing # start: 10-03-2022 20:00 # deadline: 29-03-2022 23:59 @@ -140,22 +133,29 @@ # - task: tparallel # score: 200 -# - group: Goroutines -# start: 03-03-2022 18:00 -# deadline: 22-03-2022 23:59 -# tasks: -# - task: tour1 -# score: 100 -# - task: once -# score: 100 -# - task: rwmutex -# score: 100 -# - task: waitgroup -# score: 100 -# - task: cond -# score: 100 -# - task: ratelimit -# score: 100 +- group: "[HW] Gitfame" + start: 04-03-2023 16:30 + deadline: 19-03-2023 23:59 + tasks: + - task: gitfame + score: 0 + +- group: Goroutines + start: 04-03-2023 16:30 + deadline: 14-03-2023 23:59 + tasks: + - task: tour1 + score: 100 + - task: once + score: 100 + - task: rwmutex + score: 100 + - task: waitgroup + score: 100 + - task: cond + score: 100 + - task: ratelimit + score: 100 - group: Interfaces start: 25-02-2023 16:30