Skip to content

Version 0.9.1

Choose a tag to compare

@tarsil tarsil released this 15 Jul 13:30
· 9 commits to main since this release
91028aa

Added

  • Remote dashboard backend support for deployments where AsyncMQAdmin runs in
    an app process while workers own the real backend connection.
  • RemoteBackendClient and create_remote_backend_app() for private
    queue/job/worker/repeatable inspection and administrative actions across an
    internal HTTP boundary.

Notes

  • Existing direct-backend dashboard deployments continue unchanged.
  • The remote backend endpoint is intended for internal networks and should be
    protected by token authentication plus deployment-level access controls.