ultimate_cron 7.x-2.9

Bug fixes
  • Issue #2366407 by Alex Bukach: Nodejs: The channel "ultimate_cron" doesn't exist
  • Issue #2998782 by aurm, ahmed_h: Private file system is not compatible with Ultimate Cron and Multi-languages
  • Let PHPCS ignore deprecated safe_mode

ultimate_cron 8.x-2.0-alpha5

Bug fixes

Drupal 9 compatibility and bugfixes

Contributors (35)

amme, Sergiu Stici, krina.addweb, subson, dima.iluschenko, novchuk.v, Webbeh, alonaoneill, gpbarga, Ajithlal, ankushgautam76@gmail.com, a.hover, josephdpurcell, kmoll, GaëlG, rgpublic, Berdir, avogler, gchauhan, Primsi, linichalexey, Kiril Lazur, idebr, alex_optim, vipul tulse, id.aleks, hamrant, Mojiferous, click2tman, 17chances, jonhattan, Jose Reyero, facine, temkin, Darvanen

Changelog

Issues: 16 issues resolved.

ultimate_cron 8.x-2.0-alpha4

Bug fixes

PHP 7.2 compatibility and bugfixes

Contributors (8)

id.aleks, ctrlADel, Berdir, valthebald, v@d91, suresh kumara, joelstein, qzmenko

Changelog

Issues: 4 issues resolved.

Changes since 8.x-2.0-alpha3:

ultimate_cron 7.x-2.7

Bug fixes

Changes since 7.x-2.6:

ultimate_cron 7.x-2.6

Changes since 7.x-2.5:

  • #2798589 by ModernMantra, vilepickle, Jorrit, Triqueon: database_logger logs a log entry for removed log entries per cron job

ultimate_cron 8.x-2.0-alpha3

Bug fixes

This releases fixes compatibility issues with Drupal 8.5.0

Changes since 8.x-2.0-alpha2:

  • #2744129 by ainarend, Ginovski, batigolix: Document how to create cron jobs
  • #2919408 by alphawebgroup: UltimateCron::__construct() doesn't correspond to parent class Cron

ultimate_cron 8.x-2.0-alpha2

Bug fixes
New features

The second alpha releases fixes a lot of bugs and cleans up additional parts that were not fully ported yet.

Warning:

Use the standard drush core-cron command to run cron, the ultimate_cron specific command does not respect disabled jobs and might be removed entirely, see #2871704: Disabled cron job should not run for more information.

ultimate_cron 7.x-2.5

New features

Changes since 7.x-2.4:

ultimate_cron 7.x-2.4

New features

A few minor improvements. A big thanks to the contributors!

Changes since 7.x-2.3:

ultimate_cron 7.x-2.0

Bug fixes
New features

The final 7.x-2.0 release is identical to the 7.x-2.0-rc4 release as no new issues have been reported.

ultimate_cron 8.x-2.0-alpha1

Bug fixes
New features

This is the first alpha release for Ultimate cron 8.x-2.x.

The primary functionality is working well, a lot of fixes and improvements were committed in the last days and weeks, especially around logging and cleanup. By default, queues are processed on every execution. A limited, experimental port of the queue-as-job functionality of Ultimate Cron 7.x-2.x is now available for testing.

ultimate_cron 8.x-2.x-dev

Bug fixes
New features

This is the development release for Ultimate Cron 8.x-2.x.

ultimate_cron 7.x-2.0-beta8

Bug fixes
New features

Changes since 7.x-2.0-beta7:

  • Fix check style.
  • Refactored weird max-execution-time logic.
  • #2360209 by gielfeldt: Add sanity check to prevent stray class.
  • Ensure that consistent menu router and plugin state upon module en/dis.
  • Add per rule catch_up time.
  • Better table header.

ultimate_cron 7.x-2.0-beta7

Bug fixes
New features

Bug fixes:

  • Use new default catch_up time when upgrading from default settings.
  • Fix next schedule prediction and a potential off-by-one error.

Improvements:

ultimate_cron 7.x-2.0-beta5

Bug fixes
New features

Don't log a critical error when cron is run unexpectedly (harmless, but may confuse during installation, if Ultimate Cron is in the installation profile).

Bug fix:

  • Unexpected call to cron_run() is not necessarily critical.

New features:

  • Add --check-schedule option to drush cron run command.
  • Add helper function for logging to Ultimate Cron logs only.

ultimate_cron 7.x-2.0-beta4

Bug fixes
New features

Remember to clear cache after updating.

Bug fixes:

  • Don't clear out stored setting when changing plugin back to current.
  • #2209737

Improvements:

  • Set system_cron default rule to 3 hours.
  • #2208961

ultimate_cron 7.x-2.0-beta3

Bug fixes
New features

Bug fixes:

  • Fix spelling.
  • Don't add cron jobs for non-valid plugins.
  • Only valid launchers should be available for poormans cron.

Improvements:

New features:

  • Add option for disabling cron queue processing plugin.

ultimate_cron 7.x-2.0-beta2

Bug fixes

Fixed critical error regarding object type (class) when using exported jobs via features.

ultimate_cron 7.x-2.0-beta1

Can't think of anymore features now. Only known issue is a small race-condition regarding nodejs live update. Let's go for beta testing!

ultimate_cron 7.x-2.0-alpha2

Alpha release. Seems very stable though.

There is, however a couple of things that I might do before releasing 2.0, hence the alpha version.

  • Improve self-healing for background process legacy handling.
  • Fix a nodejs race-condition on the live update page.

Charts for logs has been postponed, and Nagios support will be an add-on module, if implemented.

ultimate_cron 7.x-2.0-alpha1

Alpha release. Seems very stable though.

There is, however a couple of things that I might do before releasing 2.0, hence the alpha version.

  • Improve self-healing for background process legacy handling.
  • Add more documentation.
  • Fix a nodejs race-condition on the live update page.
  • Charts for logs
  • Nagios support

ultimate_cron 7.x-1.8

New features
Bug fixes

Bug fixes:

Improvements:

  • Don't wait for next cron job to run, if a queued item fails.

New features:

ultimate_cron 6.x-1.9

New features
Bug fixes

Bug fixes:

Improvements:

  • Don't wait for next cron job to run, if a queued item fails.

New features:

ultimate_cron 6.x-1.8

New features
Bug fixes

NOTE: For best "experience" please also update Background Process and Progress

Bug fixes:

ultimate_cron 7.x-1.7

New features
Bug fixes

NOTE: For best "experience" please also update Background Process and Progress

Bug fixes:

ultimate_cron 7.x-1.5

New features
Bug fixes

Refactored db schema to support exportables: Please stop all cron jobs and run update.php.
Support for Features through CTools exportables.
Bugfix: Access to schedule settings for certain modules (e.g. Rules).
Bugfix: Stop continues processing of a queue, if it is disabled.
New: Added $hook to hook_cronapi() calls.

ultimate_cron 6.x-1.6

New features
Bug fixes

Refactored db schema to support exportables: Please stop all cron jobs and run update.php.
Support for Features through CTools exportables.
Bugfix: Access to schedule settings for certain modules (e.g. Rules).
Bugfix: Stop continues processing of a queue, if it is disabled.
New: Added $hook to hook_cronapi() calls.

ultimate_cron 6.x-1.6-rc1

New features
Bug fixes

Refactored db schema to support exportables: Please stop all cron jobs and run update.php.
Support for Features through CTools exportables.
Bugfix: Access to schedule settings for certain modules (e.g. Rules).
Bugfix: Stop continues processing of a queue, if it is disabled.
New: Added $hook to hook_cronapi() calls.

ultimate_cron 7.x-1.5-rc1

New features
Bug fixes

Refactored db schema to support exportables: Please stop all cron jobs and run update.php.
Support for Features through CTools exportables.
Bugfix: Access to schedule settings for certain modules (e.g. Rules).
Bugfix: Stop continues processing of a queue, if it is disabled.
New: Added $hook to hook_cronapi() calls.

ultimate_cron 6.x-1.5

New features
Bug fixes

Fixed stupid bug for poorman setting.
Pass $hook onto hook_cronapi($op = 'execute')

ultimate_cron 7.x-1.4

New features
Bug fixes

Feature: Documentation via Advanced Help
Feature: congestion and callback override
Improvement: Proper locking
Improvement: Reduced logging
Change: 'configuration' is now 'settings'
Change: Polling latency is now miliseconds instead of microseconds
Change: 'configure' in hook_cronapi() for $function, like the other operations.
Bugfixes: tablenames, urls, etc.

ultimate_cron 6.x-1.4

New features
Bug fixes

Feature: Import from Parallel Cron
Feature: Documentation via Advanced Help
Feature: congestion and callback override
Improvement: Proper locking
Improvement: Reduced logging
Change: 'configuration' is now 'settings'
Change: Polling latency is now miliseconds instead of microseconds
Change: 'configure' in hook_cronapi() for $function, like the other operations.
Bugfixes: tablenames, urls, etc.

Pages

Subscribe with RSS Subscribe to Releases for Ultimate Cron