denshoproject / ddr-local

Web UI used for interacting with DDR collections and entities on a local machine.
Other
3 stars 0 forks source link

Create new collections and entities in Celery tasks #253

Open gjost opened 5 years ago

gjost commented 5 years ago

(2019-04-02) New collection and file creation currently happens within the request/response cycle which is sometimes a problem (see #249). We decided that new collections and entities should be created in the background in Celery tasks.

Ideal pageflow:

For now:

gjost commented 5 years ago

Fixed in ddr-local commit edca726 for package ddrlocal-master-2.8.7.