5

Or some equivalent?

It would be a great module to have for m2, no?

Head
  • 177
  • 11
  • 27
  • Doesn't AOE scheduler just show you the status of Magento cron tasks? If so you can find this information in the cron_schedule table. – Eirik Nov 17 '17 at 01:13

2 Answers2

9

Please have a look at these modules:

https://www.wyomind.com/magento2/cron-scheduler-magento.html#demo

The module code can be found here.

https://github.com/shockwavemk/magento2-module-cron-schedule

I hope this would end up your search.

Mohit Kumar Arora
  • 9,951
  • 7
  • 27
  • 55
9

This has been one of my favorite side projects: https://github.com/Ethan3600/magento2-CronjobManager. Hopefully it helps people out!

Ethan Yehuda
  • 685
  • 5
  • 12
  • How does this job manager work with the consumer queues in 2.2 that are defined in the Magento supplied XML files? – Head Jun 29 '18 at 16:30
  • You'll have the ability to monitor, run, delete, disable, etc cron jobs that are registered in the consumer group. But it doesn't manage the actual message queue itself. – Ethan Yehuda Jun 29 '18 at 17:57
  • 1
    Thank you for the response, I really like your module. Thinking about using it on another build. – Head Jun 29 '18 at 18:22
  • Will it work for Magento ver. 2.3.4 ? – Rahul Singh Feb 20 '20 at 10:44
  • I believe so @RahulSingh. Builds are passing: https://travis-ci.org/github/Ethan3600/magento2-CronjobManager FWIW – Ethan Yehuda Apr 28 '20 at 23:22