codingjoe / django-pictures

Responsive cross-browser image library using modern codes like AVIF & WebP
BSD 2-Clause "Simplified" License
248 stars 20 forks source link

Support for Django-RQ #122

Closed krtko1 closed 9 months ago

krtko1 commented 1 year ago

Consider support for Django-RQ.

codingjoe commented 1 year ago

Hi @krtko1,

That's an excellent idea. Adding a new processor is fairly straightforward. All you have to do is wrap the synchronous processor in an asynchronous task. I am not too familiar with Django-RQ, and I'd appreciate your help if you'd like. Are you interested in contributing?

Cheers! Joe

krtko1 commented 1 year ago

I tried to implemented it, not sure how test in your project work

codingjoe commented 1 year ago

Wonderful, I left you a couple of comments on the PR itself. Thanks!