Skip to content

Add Asynchronous operations

Compare
Choose a tag to compare
@skalenji skalenji released this 23 Aug 19:03
· 8 commits to master since this release
a1586d3

Improve deployment performance by utilizing asynchronous completion of old clones cleanup and magento reindexing after deploy

The two new features can be activated by setting:

  • magento_allow_async_reindex: true
  • magento_allow_async_cleanup_old_clones: true

Both are set to false by default for backwards compatibility