mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Whoops, not sure how celery's profile tasks werent being autodiscovered.
This commit is contained in:
parent
10e265d0c4
commit
d7d0230fd4
1 changed files with 1 additions and 0 deletions
|
@ -402,6 +402,7 @@ CELERYD_PREFETCH_MULTIPLIER = 1
|
|||
CELERY_IMPORTS = ("apps.rss_feeds.tasks",
|
||||
"apps.social.tasks",
|
||||
"apps.reader.tasks",
|
||||
"apps.profile.tasks",
|
||||
"apps.feed_import.tasks",
|
||||
"apps.search.tasks",
|
||||
"apps.statistics.tasks",)
|
||||
|
|
Loading…
Add table
Reference in a new issue