Obelisk 0.37: JavaScript, Deployments, Cron

7 points by tomas


arxanas

Exciting:

Hot redeploy activates a new deployment without restarting the server:

obelisk deployment apply deployment.toml

The behavior is precise per component type:

  • Activities — pending executions are picked up by the new workers immediately.
  • Workflows — in-flight executions remain associated with the old component digest and become pending; an explicit upgrade migrates them to the new version.
  • Webhooks — existing TCP connections continue on the old deployment; new connections use the new one.