Show More
@@ -9,8 +9,8 b' alembic==1.12.1' | |||||
9 | async-timeout==4.0.3 |
|
9 | async-timeout==4.0.3 | |
10 | babel==2.12.1 |
|
10 | babel==2.12.1 | |
11 | beaker==1.12.1 |
|
11 | beaker==1.12.1 | |
12 |
celery==5.3. |
|
12 | celery==5.3.6 | |
13 |
billiard==4. |
|
13 | billiard==4.2.0 | |
14 | click==8.1.3 |
|
14 | click==8.1.3 | |
15 | click-didyoumean==0.3.0 |
|
15 | click-didyoumean==0.3.0 | |
16 | click==8.1.3 |
|
16 | click==8.1.3 | |
@@ -21,8 +21,8 b' celery==5.3.4' | |||||
21 | prompt-toolkit==3.0.38 |
|
21 | prompt-toolkit==3.0.38 | |
22 | wcwidth==0.2.6 |
|
22 | wcwidth==0.2.6 | |
23 | six==1.16.0 |
|
23 | six==1.16.0 | |
24 |
kombu==5.3. |
|
24 | kombu==5.3.5 | |
25 |
amqp==5. |
|
25 | amqp==5.2.0 | |
26 | vine==5.1.0 |
|
26 | vine==5.1.0 | |
27 | vine==5.1.0 |
|
27 | vine==5.1.0 | |
28 | python-dateutil==2.8.2 |
|
28 | python-dateutil==2.8.2 |
@@ -46,7 +46,6 b' def run_task(task, *args, **kwargs):' | |||||
46 | if task is None: |
|
46 | if task is None: | |
47 | raise ValueError(f'Got non-existing task: {task} for execution') |
|
47 | raise ValueError(f'Got non-existing task: {task} for execution') | |
48 |
|
48 | |||
49 | exec_mode = 'sync' |
|
|||
50 | allow_async = True |
|
49 | allow_async = True | |
51 |
|
50 | |||
52 | # if we're already in a celery task, don't allow async execution again |
|
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