https://dagster.io/ logo
Title
d

Daniel Salama

08/10/2021, 11:47 AM
Hey guys, I think i found a bug using ‘time.sleep’ module in Solids.
@solid
def time_test():
time.sleep(1)
it’s running infinitely (supposed to finish executing after 1 second)
v

Vladislav Ladenkov

08/10/2021, 2:21 PM
have just tried it with latest version in PIP - worked fine
a

alex

08/10/2021, 2:56 PM
how exactly did you execute this? I also am having trouble reproducing.
d

Daniel Salama

08/11/2021, 10:59 AM
While Debug it seems like it keeps running, but Dagit doesn’t corresponding with it.
a

alex

08/11/2021, 2:14 PM
did you refresh the dagit page when it seemed stuck? Do you not have DAGSTER_HOME set yet? There is one known problem (that should be fixed in the next release) where the event watching will not work in the tmp directory we use when a “home” is not set. Things are working but dagit falls out of sync when live monitoring an execution. If you refresh the page you should see the expected state.