Skip to content

Commit ccbe349

Browse files
author
ahmed.g
committed
chore: upgrade kombu and celery versions
Signed-off-by: ahmed.g <ahmed.g@adjoe.io> Signed-off-by: TessaIO <ahmedgrati1999@gmail.com>
1 parent eb745cb commit ccbe349

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

querybook/scripts/runservice

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ case "$SERVICE_NAME" in
3030
COMMAND="uwsgi --ini uwsgi.ini"
3131
;;
3232
"prod_worker")
33-
COMMAND="celery -A tasks.all_tasks worker -E --without-heartbeat --without-gossip --without-mingle"
33+
COMMAND="celery -A tasks.all_tasks worker -E --without-heartbeat --without-gossip --without-mingle --max-tasks-per-child=100"
3434
;;
3535
"prod_scheduler")
3636
COMMAND="celery -A tasks.all_tasks beat -S scheduler.DatabaseScheduler"

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Flask-Compress==1.10.1
77
Flask-Login==0.6.2
88
Flask-Limiter==2.2.0
99
python-memcached==1.59
10-
redis==4.3.6
10+
redis==5.3.1
1111

1212
gevent==21.12.0
1313
greenlet==1.1.2
@@ -21,8 +21,8 @@ flask-socketio==5.3.3
2121
Jinja2==3.1.3 # From Flask
2222

2323
# Celery
24-
celery==5.2.7
25-
kombu==5.3.1 # not a direct dependency (from celery), pinned by due to bug: https://github.com/celery/kombu/issues/1785
24+
celery==5.6.0
25+
kombu==5.6.1 # not a direct dependency (from celery), pinned by due to bug: https://github.com/celery/kombu/issues/1785
2626

2727

2828
# Ops

0 commit comments

Comments
 (0)