You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure install of 1.0.7+ of this module via composer ("kiwicommerce/module-cron-scheduler": "^1.0")
Steps to reproduce
run ./bin/magento setup:di:compile
Expected result
Compile should complete
Actual result
03:30 $ ./bin/magento setup:di:compile
Compilation was started.
Area configuration aggregation... 5/7 [====================>-------] 71% 32 secs 476.0 MiB
In ClassReader.php line 35:
Class Magento\Cron\Model\DeadlockRetrierInterface does not exist
In ClassReader.php line 29:
Class Magento\Cron\Model\DeadlockRetrierInterface does not exist
setup:di:compile
Quick Fix (in a pinch):
Lock composer to 1.0.6 for m2.3.3 <
"kiwicommerce/module-cron-scheduler": "1.0.6"
Comments:
Personally, I think it will be appropriate to move 1.0.7 and 1.0.8 releases to 1.1.0 and 1.1.1 respectively, with appropriate adjustments to composer to prevent install in m< 2.3.5 ? (have not tested to which version this issue goes, I have 2.3.3-p1 on this client)
having originally used "kiwicommerce/module-cron-scheduler": "^1.0" should have prevented breaking chnages in the given version series. (1.0)
The text was updated successfully, but these errors were encountered:
Preconditions
Steps to reproduce
Expected result
Compile should complete
Actual result
Lock composer to 1.0.6 for m2.3.3 <
"kiwicommerce/module-cron-scheduler": "1.0.6"
compile then works
Comments:
Personally, I think it will be appropriate to move 1.0.7 and 1.0.8 releases to 1.1.0 and 1.1.1 respectively, with appropriate adjustments to composer to prevent install in m< 2.3.5 ? (have not tested to which version this issue goes, I have 2.3.3-p1 on this client)
having originally used "kiwicommerce/module-cron-scheduler": "^1.0" should have prevented breaking chnages in the given version series. (1.0)
The text was updated successfully, but these errors were encountered: