Hybrid store does not support unique actions #1023
Labels
priority: high
The issue/PR is high priority—it affects lots of customers substantially, but not critically.
type: bug
The issue is a confirmed bug.
The action scheduler migration gets re-enabled every time a plugin is deactivated. In turn this switches AS to the hybrid data store which does not support unique actions.
I have a dev install that only runs AS actions through CLI that added ~1K copies of a unique action in a couple hours.
1- It should be safe to remove the code that re-enables the hybrid store as the DBStore has been default for almost 4 years.
2- The Hybrid store should support unique actions primarily for development/staging installs
The text was updated successfully, but these errors were encountered: