Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 1.84 KB

README.md

File metadata and controls

57 lines (30 loc) · 1.84 KB

Magento Cronjob Manager [Abandoned]

I'm no longer supporting this module :(

But, you can checkout my Cron Job Manager for Magento 2!!!


Simple. Easy. Free. Magento Cron Job Manager

Works with Magento 1.9.2.4, 1.9.3.1

Hasn't been tested on older versions


This module can:

  • Dispatch (more than once) magento cron jobs (as long as they're scheduled)

  • View scheduled magento cron jobs

  • Schedule new magento cron jobs

  • Delete scheduled magento cron jobs

  • Update scheduled magento cron jobs

  • Flush out old magento cron jobs

Why this instead of AOE Scheduler?

AOE Scheduler definitely has a lot more bells and whistles to it and it's a great piece of software!

But this module is able mitigate all the major problems that AOE Scheduler solved with half the amount of code (probably less). This module is a lot "lighter" in comparison, and it doesn't need any installation scripts. So, no database manipulation upon installation (unlike AOE Scheduler).

Also, I personally think this is the most intuitive way to handle Cron jobs from the backend UI.

P.s. I had no intention of rivaling another extention. I just wanted to make something and share it =)

Sceenshots

Admin Dashboard

Admin Dashboard

Cron Job Manager Dashboard

CJM Dashboard

Editing a Cron Job

Edit Cron job

Adding a new Cron Job

Add New Cron job