Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jochem Bijlard
fractalis
Commits
2fbd97b4
Commit
2fbd97b4
authored
Mar 13, 2018
by
Sascha Herzinger
Browse files
Adding debug logging to get more information
parent
cddb3ed5
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2fbd97b4
...
...
@@ -58,7 +58,7 @@ test:
docker run
-e REDIS_HOST=redis -e RABBITMQ_HOST=rabbitmq
$DOCKER_IMAGE_TAG
sh -c "celery worker -D -A fractalis:celery
sh -c "celery worker -D -A fractalis:celery
-l debug
&& pip3 install -r requirements.txt
&& flake8
&& pytest tests"
...
...
docker/docker-compose.yml
View file @
2fbd97b4
...
...
@@ -22,7 +22,7 @@ services:
-
FRACTALIS_CONFIG=${FRACTALIS_CONFIG}
-
REDIS_HOST=redis
-
RABBITMQ_HOST=rabbitmq
command
:
celery worker -A fractalis:celery
command
:
celery worker -A fractalis:celery
-l info --autoscale 16,4
depends_on
:
-
redis
-
rabbitmq
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment