Skip to content

v0.20.0

Compare
Choose a tag to compare
@rexwangcc rexwangcc released this 04 Jun 20:29
3eb2096
  • The Python codes in adapter workflows are not using buffering now, so the stdouts won’t run into some intermittent-empty problems.
  • The stub submit workflow now uses a slim version of Python docker image for efficiency.
  • All the requests to Ingest now will retry on ReadTimeout exception by default, in case Ingest is unavailable.
  • Submit workflow now has separate stage_files and confirm_submission tasks, this decoupled structure helps debugging and workflow management.
  • Some documentation style fixes.