Allow RabbitMQ to be used with Hatchet Lite (#2128)

* allow rabbitmq to be used with lite

* fix docker image

* fix env vars

* WIP

* fix mq kind selection

* lite specific env vars

* failure check

* changes to logic

* fix failing tests

* fix e2e test
This commit is contained in:
Mohammed Nafees
2025-09-16 22:34:53 +02:00
committed by GitHub
parent ba5423d89a
commit da6c23ede4
19 changed files with 97 additions and 620 deletions
+1
View File
@@ -103,6 +103,7 @@ jobs:
export SERVER_AUTH_COOKIE_DOMAIN=localhost
export SERVER_AUTH_COOKIE_INSECURE=true
export SERVER_DEFAULT_ENGINE_VERSION=V1
export SERVER_MSGQUEUE_RABBITMQ_URL="amqp://user:password@localhost:5672/"
go run ./cmd/hatchet-admin quickstart
+1
View File
@@ -150,6 +150,7 @@ jobs:
export SERVER_URL=http://localhost:8080
export SERVER_AUTH_COOKIE_DOMAIN=localhost
export SERVER_AUTH_COOKIE_INSECURE=true
export SERVER_MSGQUEUE_RABBITMQ_URL="amqp://user:password@localhost:5672/"
go run ./cmd/hatchet-admin quickstart