Skip to content

0.3.0

Compare
Choose a tag to compare
@buchanae buchanae released this 01 Nov 18:36
· 606 commits to master since this release

Changes: 0.2.0...0.3.0
Milestone: https://github.com/ohsu-comp-bio/funnel/milestone/1?closed=1

Notes:

  • Added AWS DynamoDB, Batch, and S3 support.
  • Added Elasticsearch database.
  • Added Swift object storage client.
  • Added task events schema.
  • Web dashboard sorting, auto refresh, page size, and lots of other improvements.
  • Run docker pull before docker run on each task to ensure the local images
    are up-to-date.
  • Improved scalability and performance of scheduler and database.
  • CLI tweaks and fixes
    • Use FUNNEL_SERVER environment variable to set funnel server URL.
    • funnel run now wraps command in a shell by default.
      Use funnel run --exec to bypass this.
    • Added funnel version
    • funnel wait moved to funnel task wait