Commit graph

20 commits

Author SHA1 Message Date
Mouse Reeve bebb2c167e Use redis with password in dev 2022-01-05 08:52:28 -08:00
Mouse Reeve e608d8b8ad python formatting 2021-09-07 17:11:32 -07:00
Mouse Reeve 7b2e4eebd2 Remove unused code from celery 2021-09-07 16:33:18 -07:00
Mouse Reeve c0b662cbd7 Adds priority queues to celery 2021-09-07 16:06:54 -07:00
Mouse Reeve 37dcae4558 Simply celery settings 2021-09-07 14:02:03 -07:00
bcj 17f9682aab Testfixes: Remove extra space + hopefully fix env 2021-06-03 09:07:56 -05:00
bcj 31deb36c85 URL-Encode password in broker_url
Needed to prevent connection errors if the password contains non-urlsafe characters.

Dockerfile change because all the services using it are mirroring ./ in /app now anyway.
Flower needs because it needs bookwyrm in order to read the celerywyrm config (because flower only allows overwriting broker_url from the command line and we want to do it in Python so we have access to a urlencode function).
2021-05-23 23:49:12 -05:00
Mouse Reeve b4ae639dab Imports bookwyrm settings into celery settings
It was redundant and super bug-prone!
2021-05-10 14:20:27 -07:00
n2no1 92e9ff6cff update links in README and {bookwyrm,celerywyrm}/settings.py files
the link to celery's homepage has been dead for at least several months
activitypub.rocks now supports tls (yay!)
the links to django's docs were for older versions of django than what bookwyrm uses
2021-04-12 11:56:26 -04:00
tofuwabohu 890346f51b Adds default value in celerywyrm 2021-04-09 18:56:21 +02:00
tofuwabohu a52729daae adds SSL params 2021-04-09 13:28:58 +02:00
D Anzorge 5cbf7bbc71 Ensure EMAIL_USE_TLS is read as a bool 2021-04-09 04:53:18 +02:00
Mouse Reeve 70296e760b Runs black 2021-03-08 08:49:10 -08:00
Mouse Reeve 2d79a52133 Translations working in templates 2021-02-27 16:18:56 -08:00
Mouse Reeve e559a93f71 Get celery debug settings from env 2020-10-04 14:24:08 -07:00
Mouse Reeve d4b18678bd Forgot password flow 2020-10-02 13:32:19 -07:00
Mouse Reeve 0b8f8e3659 Fixes celery media path 2020-09-30 19:43:42 -07:00
Mouse Reeve 80cb1c3de2 Adds more tests for books_manager
from 47% to 77%
2020-09-21 11:14:56 -07:00
Mouse Reeve 7bd49f1da5 Renames settings variables 2020-09-21 08:27:12 -07:00
Mouse Reeve d1f1260640 Renames fr_celery dir to celerywyrm 2020-09-17 14:19:27 -07:00
Renamed from fr_celery/settings.py (Browse further)