mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-28 13:39:53 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user