asyncoro version 4.2.1 has been released. In this version

  • Added node_filters option to Computation to specify resource constraints on nodes to be used. This should be list of DiscoroNodeFilter instances.
  • Added --service_start, --service_stop and --service_end options to discoronode program. With these options time and duration when discoro servers can be used by clients is specified.
  • Fixed send_file method when dir option is not given or None.