Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuzealot committed Apr 12, 2019
1 parent 12eca31 commit bf6df59
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.7](https://img.shields.io/badge/Version-1.2.7-green.svg)
![Version 1.2.8](https://img.shields.io/badge/Version-1.2.8-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,6 +1,6 @@
<?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.7">
<module name="MageMojo_Cron" setup_version="1.2.8">
<sequence>
<module name="Magento_Cron"/>
</sequence>
Expand Down

0 comments on commit bf6df59

Please sign in to comment.