From 0b6c11d886b72c22b97975122d54e0196ab85eee Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Thu, 19 Jul 2018 12:28:54 -0400 Subject: [PATCH] Use fork of celery 4.2.1 with celery/celery#4839 merged This is an attempt to fix the OOM issues with the task pods on prod --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 59f4b0830c7..814189bdc55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,8 @@ Mako==1.0.7 Markdown==2.6.9 WTForms==1.0.4 beautifulsoup4==4.6.0 -celery==4.2.1 +# Fork of celery 4.2.1 with https://github.com/celery/celery/pull/4839 merged +git+https://github.com/cos-forks/celery@v4.2.1+cos0 kombu==4.2.0 amqp==2.2.2 vine==1.1.4