wrench icon indicating copy to clipboard operation
wrench copied to clipboard

WRENCH: Cyberinfrastructure Simulation Workbench

Results 12 wrench issues
Sort by recently updated
recently updated
newest added

When we first designed the wrench-openapi.json for the WRENCH API, we entered specific error messages for the 404 response (like "workflow not found", "task not found"). But in fact, these...

This is going to be annoying, but we need to make a pass through the REST API, as some things are really not consistent. For instance, for the API functions...

It's possible to start 2 wrench-daemons, both on the same port.... perhaps because we only use httplib::Server.listen() and not httplib:Service.bind_to_port()?

Just realized that while a FileTransferThread (and even worse in the Non-Bufferized case!) is reading from a disk and its host dies, then there is no way for the client...

Due to a bug in SimGrid 3.32, which is being investigated but will likely prove to be very challenging, the wrench-example-cloud-bag-of-tasks-energy example can hang on some systems and is now...

Property defaults are currently managed in 3 different places, and the defaults are not inherited. See how much can be cleaned up. Ideally all defaults would be entered in the...

code improvement