Selwin Ong

Results 509 comments of Selwin Ong

Sorry for the late reply. It would be much more useful if the user himself can specify the timeout. Can you add an intermediary step where the user can specify...

This might help: https://help.github.com/en/articles/creating-a-pull-request :)

`linebreaks` is added to `job.exc_info` because `exc_info` is a string. I'm not sure how `linebreaks` behave if you feed it data type that's not string (for example if the job...

You're right. Please open a PR for this :)

I've never written a Heroku application before so this will be hard for me to debug. Does explicitly closing the connection on your queued function fix it? I did a...

No, there's no such thing as "after_job" in RQ. We can propose adding one, as well as the ability to use a different worker class since this is already in...

I've been some more thinking about this, here's a few ideas: ## Alternative 1 Writing a wrapper function for async functions - this doesn't require any changes to RQ but...

We have decided to implement the fix on RQ itself instead of django-rq. RQ will allow the user to use a custom `Worker` class where we can then tell the...