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
After #45 all old URL files are removed when starting the load balancer. Should we still remove the URL file whenever a HQ job is cancelled?
Not removing the files might be helpful for debugging and keeping them wouldn't clutter the system too much, since they get deleted before each run anyways.
If we decide to keep the current behavior, the code should be refactored to use the std::filesystem library instead of plain bash.
I think we should still delete the url files after use. There might be millions of runs, so at some point the file system may become unhappy. We might think about some kind of verbose/debug output mode though if problems turn out frequent in practice.
Good point about std::filesystem!
After #45 all old URL files are removed when starting the load balancer. Should we still remove the URL file whenever a HQ job is cancelled?
std::filesystem
library instead of plain bash.umbridge/hpc/LoadBalancer.hpp
Line 142 in b9f3b1e
The text was updated successfully, but these errors were encountered: