bookwyrm/bookwyrm/tests/activitystreams
Mouse Reeve 317cf5fcf5 Generate fewer add_status_tasks
Previously, every time a status was saved, a task would start to add it
to people's timelines. This meant there were a ton of duplicate tasks
that were potentially heavy to run. Now, the Status model has a "ready"
field which indicates that it's worth updating the timelines. It
defaults to True, which prevents statuses from accidentally not being
added due to ready state.

The ready state is explicitly set to false in the view, which is the
source of most of the noise for that task.
2022-11-15 14:14:32 -08:00
..
__init__.py Updates init files for pylint 2022-04-08 14:16:05 -07:00
test_abstractstream.py Another sorting order error 2022-02-03 13:25:44 -08:00
test_booksstream.py Activitstreams tests 2022-01-28 17:32:41 -08:00
test_homestream.py ActivityStream mocks 2021-12-09 20:33:11 -08:00
test_localstream.py ActivityStream mocks 2021-12-09 20:33:11 -08:00
test_signals.py Adds unit test 2022-05-16 09:41:34 -07:00
test_tasks.py Generate fewer add_status_tasks 2022-11-15 14:14:32 -08:00