Bogdanp / django_dramatiq

A Django app that integrates with Dramatiq.
https://dramatiq.io
Other
331 stars 77 forks source link

Worker Timeout in Settings #14

Closed swarnakumar closed 5 years ago

swarnakumar commented 6 years ago

Is it possible to have set a global timeout option for workers in settings?

Bogdanp commented 6 years ago

That should be possible if you instantiate and pass the TimeLimit middleware to the middleware list in settings, but it seems I forgot to handle that case here. I'll fix it sometime this week.

dima-takoy-zz commented 6 years ago

Hello! Can it be closed? (just bump)

Bogdanp commented 6 years ago

@dmitry-vakhnenko not yet, sorry. I haven't had a chance to fix this yet.

Bogdanp commented 5 years ago

This has been released under version 0.4.1. Thanks again for reporting the issue and apologies for the delay in fixing it! Check out this file for an example of how to do this.