Skip to content

Commit

Permalink
1.2.1 release update
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuzealot committed Jun 6, 2018
1 parent 96ca858 commit 93f1e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Cron
#### This module for Magento 2 overrides base magento cron functionality, fixes known bugs, and provides a cron service model to control cron process execution.

![Version 1.2.0](https://img.shields.io/badge/Version-1.2.0-green.svg)
![Version 1.2.1](https://img.shields.io/badge/Version-1.2.1-green.svg)

The default cron can overlap and fill the cron_schedule table, which can cause exponentially more jobs to run on each cron interval, until finally the crons run continously and never complete. The high number of cron jobs can also crash servers hosting Magento 2.

Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MageMojo_Cron" setup_version="1.2.0">
<module name="MageMojo_Cron" setup_version="1.2.1">
</module>
</config>

0 comments on commit 93f1e7c

Please sign in to comment.