diff --git a/compose.yaml b/compose.yaml index 940e766f..8aad4e2d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -377,7 +377,7 @@ services: ridgeback_celery_command_queue: <<: *ridgeback_celery tmpfs: - - /tmp:size=500M,mode=777 + - /tmp:size=2G,mode=777 command: - | source ${RIDGEBACK_VENV}/bin/activate @@ -402,7 +402,7 @@ services: ridgeback_celery_action_queue: <<: *ridgeback_celery tmpfs: - - /tmp:size=500M,mode=777 + - /tmp:size=2G,mode=777 command: - | source ${RIDGEBACK_VENV}/bin/activate diff --git a/ridgeback/__init__.py b/ridgeback/__init__.py index 9aa3f903..58039f50 100644 --- a/ridgeback/__init__.py +++ b/ridgeback/__init__.py @@ -1 +1 @@ -__version__ = "2.1.0" +__version__ = "2.1.1"