cronscheduler icon indicating copy to clipboard operation
cronscheduler copied to clipboard

Cron Scheduler for Magento 2

Results 10 cronscheduler issues
Sort by recently updated
recently updated
newest added

this is compatible with Magento 2.3.5-p1 too.

We're getting an error about the number of constructor arguments after upgrading to 2.2.8 Thanks Luke

Hi, Getting below error with Magento EE 2.2.5. **Version**: Wyomind_CronSchedulerPro ( 1.4.1.1 ) **Error**: class sitemap/observer does not exist wyomind, Attached screenshot for reference. **Screenshot**: https://i.paste.pics/af887b1cb2ef6a39d47c8b64b72d506f.png Thanks

Hi, I'm using Magento 2.2.6 - Cronscheduler 1.4.0.1 I got these messages while running php bin/magento cron:run . Please have a look ``` PHP Fatal error: Uncaught TypeError: Argument 12...

Support for M2.2.5 / Tag v1.4.0 is missing

Hello, When I launch the command `php bin/magento wyomind:cronscheduler:job:list`, I have the error ``` [Exception] Notice: Undefined index: instance in .../app/code/Wyomind/CronScheduler/Console/Command/Job/Listing.php on line 90 ``` After some investigation, it seems...

![magento admin-k6xly](https://user-images.githubusercontent.com/129031/35360968-27778d50-0125-11e8-9f8a-9f984b9b206a.png)

Magento 2.1: in table cron_schedule stored task timestamps in client time zone. For example New York time zone. Magento 2.2: in table cron_schedule stored task timestamps in UTC. As the...

Hello, Is it possible to submit your module to packagist? It would be nice to install it with `composer require wyomind/cronscheduler`. Thanks!

The [Aoe_Scheduler extension](https://github.com/aoepeople/Aoe_Scheduler/) has a great feature where the PID for each CRON job is tracked, so that if a CRON process dies, it can mark the CRON job as...