bookwyrm/bookwyrm/connectors
Wesley Aptekar-Cassels 9cbff312a5 Ignore Celery task results
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
2023-03-08 02:12:13 -05:00
..
__init__.py normalise isbn on local book search 2022-08-30 20:00:09 +10:00
abstract_connector.py Urlencode search query 2023-02-02 21:02:57 +01:00
bookwyrm_connector.py Filter intentaire results by confidence 2022-05-30 16:42:37 -07:00
connector_manager.py Ignore Celery task results 2023-03-08 02:12:13 -05:00
format_mappings.py Infer format in openlibrary import 2021-09-29 12:21:19 -07:00
inventaire.py Appease pylint 2022-11-25 10:41:04 -08:00
openlibrary.py Merge pull request #2142 from bookwyrm-social/load-data-duration 2022-06-30 11:47:23 -07:00
openlibrary_languages.py Runs black 2021-03-08 08:49:10 -08:00
settings.py Updates connector tests 2021-09-30 11:33:04 -07:00