Skip to content

Supporting django.tasks #163

Description

@matthewhegarty

hi All

Now that there is basic support for django.tasks in django6 are there any plans to add support to django-import-export-extensions?

We are considering adding background task support for django-import-export but perhaps it would be better suited to this project.

  • It would save us duplicating work and would build on the effort you have already put in.
  • Users could opt-in to installing this package for background task support.

However I would prefer that django-import-export users would not have to modify their existing code or there would be an easy route for them being able to define an import or export which runs as a background task. In the existing implementation they have to subclass CeleryModelResource which might not be possible for some users, and it locks them into the Celery implementation.

There is the start of a celery backend for tasks here.

I would love to hear your thoughts on this. There are a couple of us who could potentially help out.

Some more background here.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions