Since we don't use the results of our Celery tasks (all of them return None implicitly), it's prudent to set the ignore_result flag, for a potential performance improvement. See the Celery docs for details [1]. We could do this with the global CELERY_IGNORE_RESULT setting, but it offers more flexibility if we want to use task results in the future to set it on a per-task basis. [1]: https://docs.celeryq.dev/en/stable/userguide/tasks.html#ignore-results-you-don-t-want |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| abstract_connector.py | ||
| bookwyrm_connector.py | ||
| connector_manager.py | ||
| format_mappings.py | ||
| inventaire.py | ||
| openlibrary.py | ||
| openlibrary_languages.py | ||
| settings.py | ||