Commit Graph

19 Commits

Author SHA1 Message Date
e608d8b8ad python formatting 2021-09-07 17:11:32 -07:00
7b2e4eebd2 Remove unused code from celery 2021-09-07 16:33:18 -07:00
c0b662cbd7 Adds priority queues to celery 2021-09-07 16:06:54 -07:00
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
b4ae639dab Imports bookwyrm settings into celery settings
It was redundant and super bug-prone!
2021-05-10 14:20:27 -07:00
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
890346f51b Adds default value in celerywyrm 2021-04-09 18:56:21 +02:00
a52729daae adds SSL params 2021-04-09 13:28:58 +02:00
5cbf7bbc71 Ensure EMAIL_USE_TLS is read as a bool 2021-04-09 04:53:18 +02:00
70296e760b Runs black 2021-03-08 08:49:10 -08:00
2d79a52133 Translations working in templates 2021-02-27 16:18:56 -08:00
e559a93f71 Get celery debug settings from env 2020-10-04 14:24:08 -07:00
d4b18678bd Forgot password flow 2020-10-02 13:32:19 -07:00
0b8f8e3659 Fixes celery media path 2020-09-30 19:43:42 -07:00
80cb1c3de2 Adds more tests for books_manager
from 47% to 77%
2020-09-21 11:14:56 -07:00
7bd49f1da5 Renames settings variables 2020-09-21 08:27:12 -07:00
d1f1260640 Renames fr_celery dir to celerywyrm 2020-09-17 14:19:27 -07:00