Code Monkey home page Code Monkey logo

magento2-module-cron-schedule's Introduction

magento2-module-cron-schedule

A visual cronjob overview for magento2 backend

Installation

Add the module to your composer file.

{
  "require": {
    "shockwavemk/magento2-module-cron-schedule": "dev-master"
  }
}

Install the module with composer.

    composer update

On succeed, install the module via bin/magento console.

    bin/magento cache:clean

    bin/magento module:install Shockwavemk_CronSchedule

    bin/magento setup:upgrade

Features

Shows a new Adminhtml menu entry System > Cronjob > View Cronjob Configuration.

magento2-module-cron-schedule's People

Contributors

mhabou avatar shockwavemk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

magento2-module-cron-schedule's Issues

Module name missing

Getting an error because the module name is missing.

Added to composer.jason
ran composer update,
can't enable.

[~/public_html]# php bin/magento enable shockwavemk/magento2-module-cron-schedule


  [InvalidArgumentException]
  Command "enable" is not defined.
  Did you mean one of these?
      cache:enable
      module:enable
      maintenance:enable



[~/public_html]# php bin/magento module:enable shockwavemk/magento2-module-cron-schedule
Unknown module(s): 'shockwavemk/magento2-module-cron-schedule'
 [~/public_html]# php bin/magento module:enable magento2-module-cron-schedule
Unknown module(s): 'magento2-module-cron-schedule'
 [~/public_html]# php bin/magento module:enable Shockwavemk_CronSchedul
Unknown module(s): 'Shockwavemk_CronSchedul'

wrong hours displayed in admin

I've recently update Magento from 2.18 to 2.2.0 and I've noticed something weird: the time of cronjobs displayed in admin is the date of the table not the magento/local time so if I set a job at 15:00, the admin shows it to be scheduled at 13:00 but the red vertical line (the line that shows the current time) is correctly placed at local current time (so if it is 14:30 in magento, the vertical line is correctly at 14:30). So, if it is 14:30 and I schedule a job at 15:00:

  • the red line is correctly at 14:30
  • the job is correctly run by magento at 15:00
  • the admin interface shows the job to be scheduled as pending (correct) at 13:30 (wrong, it should be at 15:00)

wrong description

good day, change your description bin/magento module:install Shockwavemk_CronSchedule to bin/magento module:enable Shockwavemk_CronSchedule

Cannot disable module

I've tried to disable, then remove this module via composer, then by manually removing the folder (cleaning cache, upgradeing, etc...) but nothing worked: even if the folder is not there anymore, the admin still shows the menu item and if I click on it I can go to the module page... Can you explain the procedure to remove/disable this module from magento (my current version is 2.2.0)? thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.