Bogdanp / django_dramatiq

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

Dramatiq load graph + #108

Closed ikvk closed 3 years ago

ikvk commented 3 years ago
  1. Dramatiq actors load graph web page
  2. Option for prevent DB error on update tasks, like ORA-01461
  3. Let github to show "Used by" block at github.com main project page (setup.name, on my own experience)
  4. TaskAdmin +readonly_fields "created_at", "updated_at"
  5. Ignore pycharm files

Thanks for dramatiq, Bogdan !

graph example: https://github.com/ikvk/django_dramatiq/blob/master/images/load_graph.png

Bogdanp commented 3 years ago

Thanks, but this seems too specific to your use case and it's not something I'd have time to maintain.

ikvk commented 3 years ago
  1. Please, may you tell what part is too specific for my use case? I believe that is very universal and simple way to analyse task timing and density on time intervals. Analyze raw django admin is really very hard. I tried to do it as much as possible "KISS". Just one GET view.

  2. May be you know better approach to do it, may you tell about it?

  3. Will you consider such a request if I improve it? Do you have any ideas how it should look like?

  4. Will you accept changes except graph?

ikvk commented 2 years ago

If any one is interested: chart lib for django_dramatiq https://github.com/ikvk/django_dramatiq_charts