Peter Jaap Blaakmeer

Results 265 comments of Peter Jaap Blaakmeer
trafficstars

Ooo interesting. I might pick this one up.

Here's one approach, that does it through adding another config; https://github.com/AydinHassan/m2-cron-job-modify/tree/master It uses a plugin on the Magento cron config class; ```xml ``` There it has a an afterGetJobs function;...

@tbaden where can we find this WIP? Since this issue is years old, I'm guessing the code won't be that relevant anymore, but I'd like to work on this to...

Ok this was actually a lot easier than thought, I could re-use a bunch of code. Disabling was just setting the cron expression to empty, and re-enabling it is basically...

One thing I found is that because of the custom renderer I added to show disabled jobs, it now shows certain jobs as disabled but they aren't. That is because...

I'm pretty sure this has been fixed by now. We had a similar issue in https://github.com/elgentos/LargeConfigProducts but haven't seen it for years.

@oneserv-heuser could you post the JSON of the Sentry error?

I've created a small extension that does this for JS files; https://github.com/elgentos/ExtendedAoeJsCssTstamp (since I see this extension isn't updated any more and PR's are not merged)

Also experiencing this. I'm on version 0.2024.03.19.08.01.stable_01 on Ubuntu 22.04. A restart helped.