##// END OF EJS Templates
chore(deps): bumped celery to 5.3.6 and kombu to latest version
super-admin -
r5297:d8a4789a default
parent child Browse files
Show More
@@ -9,8 +9,8 b' alembic==1.12.1'
9 9 async-timeout==4.0.3
10 10 babel==2.12.1
11 11 beaker==1.12.1
12 celery==5.3.4
13 billiard==4.1.0
12 celery==5.3.6
13 billiard==4.2.0
14 14 click==8.1.3
15 15 click-didyoumean==0.3.0
16 16 click==8.1.3
@@ -21,8 +21,8 b' celery==5.3.4'
21 21 prompt-toolkit==3.0.38
22 22 wcwidth==0.2.6
23 23 six==1.16.0
24 kombu==5.3.2
25 amqp==5.1.1
24 kombu==5.3.5
25 amqp==5.2.0
26 26 vine==5.1.0
27 27 vine==5.1.0
28 28 python-dateutil==2.8.2
@@ -46,7 +46,6 b' def run_task(task, *args, **kwargs):'
46 46 if task is None:
47 47 raise ValueError(f'Got non-existing task: {task} for execution')
48 48
49 exec_mode = 'sync'
50 49 allow_async = True
51 50
52 51 # if we're already in a celery task, don't allow async execution again
General Comments 0
You need to be logged in to leave comments. Login now