rq / django-rq

A simple app that provides django integration for RQ (Redis Queue)
MIT License
1.81k stars 286 forks source link

Add support for rqworker's custom Serializer #581

Closed gabriels1234 closed 1 year ago

gabriels1234 commented 1 year ago

@selwin adding support for custom serializers (trying to keep up with rq worker arguments that are not available for the rqworker command). Tests included.

selwin commented 1 year ago

Thanks!