django-celery-fulldbresult icon indicating copy to clipboard operation
django-celery-fulldbresult copied to clipboard

Upgrade to Celery 4.x

Open bartdag opened this issue 7 years ago • 4 comments

bartdag avatar Oct 30 '17 18:10 bartdag

Had a brief look into this while playing with tox's dependency matrix, and these are the issues I've found so far:

  • Under Celery 4 there's an error at https://github.com/resulto/django-celery-fulldbresult/blob/master/django_celery_fulldbresult/init.py#L77 (TypeError('update() argument after ** must be a mapping, not tuple',), I assume this is due to this change in format)
  • django-celery is a dependency, but it doesn't support Celery 4

pieterdd avatar Jan 23 '18 16:01 pieterdd

Your second point is the major one. They created a completely new project and they split the periodic task and the task result models into two projects. This is going to be interesting. I'm not even sure it is possible to migrate gracefully.

bartdag avatar Jan 23 '18 16:01 bartdag

Hi @bartdag @pieterdd any news about this?

alexlopes avatar Nov 06 '18 14:11 alexlopes

I don't have the relevant domain knowledge to do this, and I don't know if it's even feasible.

pieterdd avatar Nov 07 '18 07:11 pieterdd