-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove RabbitMQ from being a hard dependency #17
Comments
Thanks I'll take a look at this. I have some improvements I'll be pushing later tonight as well. |
@johndpope this looks good I'll give it a try. |
if you have docker - you can stand this up just running docker compose up then just hit this locally using https://github.com/naokirin/docker_compose_elasticmq/blob/main/docker-compose.yml version: '3'
services:
elasticmq:
image: softwaremill/elasticmq
ports:
- "9324:9324"
- "9325:9325"
volumes:
- type: bind
source: ./custom.conf
target: /opt/elasticmq.conf
|
This is in progress. I likely will not implement the Amazon portion, however I have started working on a branch which allows queues using python SimpleQueue https://github.com/w4ffl35/stablediffusiond/tree/feature/test-without-rabbitmq |
there exists a local version of aws sqs - called elascitmq
https://github.com/softwaremill/elasticmq
it seems like a better option and would get faster to production version.
The text was updated successfully, but these errors were encountered: