Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AOE Scheduler Cron expression doesn't change #389

Open
nohart opened this issue Feb 21, 2019 · 1 comment
Open

AOE Scheduler Cron expression doesn't change #389

nohart opened this issue Feb 21, 2019 · 1 comment

Comments

@nohart
Copy link

nohart commented Feb 21, 2019

I tried to declutter as it shows here -

https://github.com/AOEpeople/Aoe_Scheduler/blob/master/doc/declutter-timeline.md

I changed core_email_queue_send_all from */1 * * * * to always and it worked but I don't understand what it really means so I changed it back to */1 * * * * and it seemed to work because I can see in Timeline there are several jobs set to run in front of the timeline but in AOE Scheduler under "Job Configuration" it still shows always under Cron Expression. And when I click on the item it opens up and it still says always under Cron expression. It won't change back to */1 * * * * even though it seems to have changed back in Magento as the jobs are scheduled out in front of the timeline. Does anyone know how to fix this issue?

@nohart
Copy link
Author

nohart commented Feb 21, 2019

What I had to do to reset the Cron expression was go to - Job Configuration and select the button "Reset Overlay" at the top right. Trying to change it back like I changed it in the first place only partially works. It seems to take effect but on the Job configuration page it still said "always". It's probably a bug with the extension. Plus I figured out that setting it to always means that a job will be executed every time the cron is triggered. Which is what I was after to begin with. This declutters the timeline as a couple jobs were set to run every minute and the cron was actually running every 5 minutes so jobs were piling up and sometimes being missed. Hopefully this will help some others out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant