From c24a6758a3fa22ac299eb2dc9464db5303ceac1f Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Thu, 19 Jul 2018 11:21:54 -0400 Subject: [PATCH] Upgrade celery and kombu This is an attempt to fix the OOM errors happening on the task pods on prod. 4.2.1 had a number of bug fixes since 4.2.0rc2, including ones with chain behavior, such as https://github.com/celery/celery/commit/3aaa7538a519522fca0454cf4ee5f9dd106d4190 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 545c3bf2e46..59f4b0830c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,8 +13,8 @@ Mako==1.0.7 Markdown==2.6.9 WTForms==1.0.4 beautifulsoup4==4.6.0 -celery==4.2.0rc2 -kombu==4.1.0 +celery==4.2.1 +kombu==4.2.0 amqp==2.2.2 vine==1.1.4 httplib2==0.10.3