bookwyrm/bookwyrm
Wesley Aptekar-Cassels 1048638e30 Stop ignoring task results
This is essentially a revert of 9cbff312a. The commit was at the advice
of the Celery docs for optimization, but I've since decided that the
downsides in terms of making things harder to debug (it makes Flower
nearly useless, for instance) are bigger than the upsides in performance
gain (which seem extremely small in practice, given how long our tasks
take, and the number of tasks we have).
2023-04-07 21:51:44 -04:00
..
activitypub Stop ignoring task results 2023-04-07 21:51:44 -04:00
connectors Stop ignoring task results 2023-04-07 21:51:44 -04:00
forms spelling: expiration 2023-04-04 20:02:54 -04:00
importers Fixed Import limit for retries 2023-01-17 01:07:10 +01:00
management/commands spelling: revoke 2023-04-04 20:02:54 -04:00
middleware Adds IP blocklist views 2021-09-17 13:04:10 -07:00
migrations spelling: physical 2023-04-04 20:02:54 -04:00
models Stop ignoring task results 2023-04-07 21:51:44 -04:00
static spelling: remove 2023-04-04 20:02:54 -04:00
telemetry Add automatic instrumentation to Postgres queries 2023-04-07 01:58:49 -04:00
templates Merge pull request #2780 from jsoref/spelling 2023-04-07 06:30:16 -07:00
templatetags spelling: should 2023-04-04 20:02:54 -04:00
tests Merge pull request #2784 from WesleyAC/add-status-cache-get-audience 2023-04-07 06:43:04 -07:00
utils Add helper to refer views back to http referers safely 2023-03-20 10:25:38 -07:00
views Stop ignoring task results 2023-04-07 21:51:44 -04:00
__init__.py
activitystreams.py Stop ignoring task results 2023-04-07 21:51:44 -04:00
admin.py Adds model for instance admin announcements 2021-05-19 14:00:46 -07:00
apps.py Add automatic instrumentation to Postgres queries 2023-04-07 01:58:49 -04:00
book_search.py {list} Fix duplicate suggestions in Add Books section 2023-01-10 11:08:11 -05:00
context_processors.py Python formatting 2022-03-01 11:39:08 -08:00
emailing.py Stop ignoring task results 2023-04-07 21:51:44 -04:00
imagegenerators.py Fix lint 2021-06-19 19:44:14 +02:00
lists_stream.py Stop ignoring task results 2023-04-07 21:51:44 -04:00
preview_images.py Stop ignoring task results 2023-04-07 21:51:44 -04:00
redis_store.py Merge pull request #2784 from WesleyAC/add-status-cache-get-audience 2023-04-07 06:43:04 -07:00
settings.py Increase network timeout in Celery tasks 2023-04-06 01:21:27 -04:00
signatures.py increasing rsa key size 2023-02-20 21:51:50 +01:00
status.py Catches missing reference to previous sanitizer 2022-07-04 13:24:13 -07:00
storage_backends.py Enable Azure BlobStorage as an alternative to AWS S3 2023-03-05 12:08:16 -05:00
suggested_users.py Stop ignoring task results 2023-04-07 21:51:44 -04:00
tasks.py Use a separate queue for broadcasts 2023-02-20 12:58:41 -08:00
thumbnail_generation.py Update thumbnail_generation.py 2022-01-08 17:54:03 +01:00
urls.py Use context processor for 500 page 2023-03-13 03:47:23 -04:00
wsgi.py