diff --git a/src/slurminade/check.py b/src/slurminade/check.py index 29c72ce..c056a12 100644 --- a/src/slurminade/check.py +++ b/src/slurminade/check.py @@ -10,6 +10,7 @@ @slurmify() def _write_to_file(path, content): + time.sleep(1) # get hostname and write it to the file hostname = socket.gethostname() with open(path, "w") as file: