Image Processing Task not running

CMS Version

since 4.x

Issue

My Image Processing task isn’t running fine. (Or running always) Maybe a bad image? But how to find an Error ? There is nothing in Logs.

Do other tasks in your CMS show last run at and last run duration? If they do, then id elevate your log level to info and check for errors,

If the tasks havent run yet:

Depending on your specific config, locate the config pertaining to your MySQL server password. The xibo doc states alphanumeric characters only, but many people seem to gloss over that.

You can put it in quotations then reload your environment

1 Like

Ah perfect, i try it. It is the only task which is not running

i tried:

  • new sql password (there was a “?” in it)
  • set the whole library folder for testing to CHMOD 777
  • set logging to info
  • restart the process.

Same as before and no log entry about it

all other tasks are running fine

I would then elevate the log to level to debug for maybe 1 day, try disabling the task, and re-enabling it, then check/delete the images , then re-enable the task and try ingesting the files again. Check the server CPU / memory / disk use with the task disabled and compare it to when the task is enabled.

switched to Docker :slight_smile: now it works :smiley: less problems

I just had a similar problem to yours with scheduled tasks.

My “Regular Maintenance” was not running at all… I tried to see the logs and nothing.

Until with a lot of effort, and running the command by hand, a memory limit error appeared!

I saw that my PHP.ini had a low memory limit (256M)

I increased it to two GB (2048M)

And now maintenance has started running again…
When finished I will reduce the memory limit to 512M :smiley:

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.