Some checks failed
Build and Publish Docker Images / build (server.Dockerfile, ${{ vars.IMAGE_NAME_SERVER }}) (push) Has been cancelled
Build and Publish Docker Images / build (server.Dockerfile, ${{ vars.IMAGE_NAME_WORKER }}) (push) Has been cancelled
Build and Publish Docker Images / build (worker.Dockerfile, ${{ vars.IMAGE_NAME_SERVER }}) (push) Has been cancelled
Build and Publish Docker Images / build (worker.Dockerfile, ${{ vars.IMAGE_NAME_WORKER }}) (push) Has been cancelled
Build and Publish Docker Images / setup (push) Has been cancelled
7 lines
202 B
Python
7 lines
202 B
Python
import os
|
|
|
|
|
|
worker_prefetch_multiplier = 1
|
|
worker_concurrency=1
|
|
broker_url=os.environ.get("REDIS_URL", "redis://localhost:6379/0")
|
|
result_backend=os.environ.get("REDIS_URL", "redis://localhost:6379/0")
|