You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I launch my simulation and then pause it for 30 minutes, when I restart my simulation everything goes well.
On the other hand, if after this restart I decide to trigger now on this inject, then it will execute X time later X being the duration of the pause that took place (30 minutes for example).
Reproducible Steps
Steps to create the smallest reproducible scenario:
Create a simulation with injects (different trigger time)
Launch the simulation
Pause the simulation before all injects is executed
Resume the simulation
Trigger now one inject
Observe
Expected Output
The inject is executed now
Actual Output
The inject is executed after X minutes
The text was updated successfully, but these errors were encountered:
RomuDeuxfois
added
bug
use for describing something not working as expected
needs triage
use to identify issue needing triage from Filigran Product team
and removed
needs triage
use to identify issue needing triage from Filigran Product team
labels
Sep 6, 2024
Currently, we include pauses from exercise to define the date of execution, so we have to add a condition in order to ignore pauses when we make a trigger now (instant 0):
Description
If I launch my simulation and then pause it for 30 minutes, when I restart my simulation everything goes well.
On the other hand, if after this restart I decide to trigger now on this inject, then it will execute X time later X being the duration of the pause that took place (30 minutes for example).
Reproducible Steps
Steps to create the smallest reproducible scenario:
Expected Output
The inject is executed now
Actual Output
The inject is executed after X minutes
The text was updated successfully, but these errors were encountered: