ActiveWorkflow v0.9.10 Release Notes

Release Date: 2020-09-23 // over 3 years ago
  • 🛠 Fixed

    • Don't use foreman to manage multiple processes when running with SINGLE_DYNO=1. Single-dyno mode was demoted to being used purely for trying out ActiveWorkflow on Heroku (including Free plan). Functionality previously provided by foreman reimplemented as a simple shell script using job control functionality of bash. Fixes #9.

    🔄 Changed

    • 🚀 Both docker-compose and deployment to Heroku (via single button deployment) switched to using official docker images of ActiveWorkflow by default instead of building images from source - mostly to save time spent building docker image every single time. Of course, you can still build your own images from source. The latest versioned image (eg. automaticmode/active_workflow:0.9.10) is used.