From 78dee0a3adf8f292abef0fe6669bb564d21abdc0 Mon Sep 17 00:00:00 2001 From: wtrabels <weissem.trabelsi@inria.fr> Date: Thu, 10 Aug 2023 15:59:48 +0200 Subject: [PATCH] corrections --- g5k/10_schedule_events_using_a_planning.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/g5k/10_schedule_events_using_a_planning.ipynb b/g5k/10_schedule_events_using_a_planning.ipynb index a1f0230..85e73f6 100644 --- a/g5k/10_schedule_events_using_a_planning.ipynb +++ b/g5k/10_schedule_events_using_a_planning.ipynb @@ -687,9 +687,9 @@ "Let's see an example of it.\n", "\n", "What we are gonna schedule is : \n", - "- The launch of 20 rabbitmq producers after 2 minutes\n", - "- The launch of 100 rabbitmq consumers after 3 minutes\n", - "- The kill of 75 rabbitmq consumers after 4 minutes" + "- The launch of 20 rabbitmq producers after 4 minutes\n", + "- The launch of 100 rabbitmq consumers after 5 minutes\n", + "- The kill of 70 rabbitmq consumers after 6 minutes" ] }, { -- GitLab