wagtail-nest / wagtail-airtable

Airtable import and export support for Wagtail pages and Django models.
BSD 3-Clause "New" or "Revised" License
49 stars 15 forks source link

Feature Request: Ability to save Async through cache #42

Closed bmoe872 closed 7 months ago

bmoe872 commented 1 year ago

Since wagtail airtable overrides the save method, saving can take a long time to happen. It would be great to have a method, or setting, that enabled the save to airtable to happen asynchronously through something like Celery or one of the many alternatives for doing things asynchronously.

cyface commented 10 months ago

This was done in https://github.com/wagtail/wagtail-airtable/pull/44