Files
@ 853717af31d3
Branch filter:
Location: kallithea/scripts/pyflakes
853717af31d3
1.2 KiB
text/plain
celery: let async tasks choose at runtime if they should use immediate execution or dispatch to the Celery worker
Make it completely safe to use task annotation at import time, before global
config has been set.
Make it completely safe to use task annotation at import time, before global
config has been set.