biocodellc / biocode-fims-commons

Biocode Field Information Management System
3 stars 0 forks source link

entity bcid creation should be async #44

Open rodney757 opened 6 years ago

rodney757 commented 6 years ago

This can become a problem when we add a new entity to an existing project that contains many expeditions. When a new entity is added, we mint a bcid for that entity for each expedition.

Ideally, the bcid creation is async and there is possibly a scheduled task that mints any bcids that failed, etc