0 votes
in Celery by

If a task raises an exception, we can override it using __________.

a) result.get(propagate=True)

b) result.get(propagate=False)

c) result.get(exception=True)

d) result.get(exception=False)

1 Answer

0 votes
by
b) result.get(propagate=False)

Related questions

0 votes
asked Jun 19, 2022 in Celery by john ganales
0 votes
asked Jun 19, 2022 in Celery by john ganales
...