chipy.org icon indicating copy to clipboard operation
chipy.org copied to clipboard

Adds django rq

Open elmq0022 opened this issue 4 years ago • 1 comments

This pull request will add RQ and the django-rq packages to chipy.org. I also put the contact email on a background worker as a demo.

I need to look into how to run the tests with this setup though as it is going to provide for some additional complexity. Contact form email test currently fails with this setup.

my heroku site

elmq0022 avatar Feb 13 '21 15:02 elmq0022

I will probably end up canceling this pull request as we would need a second dyno for the site. This would cost additional $$$. :man_shrugging:

Let me know if you have a good use case such that we could justify the additional cost. Honestly, though we can probably just schedule most of the intensive tasks we want to add with chron (scheduler) to run on off hours.

elmq0022 avatar Feb 15 '21 17:02 elmq0022