Jump to content

Is it possible to stop a background process


Recommended Posts

  • 2 weeks later...

Did you manage to figure this out?

You can disable the "Queue" task via "Advanced Configuration" -> "View Tasks".

Alternatively, there is a table in the IPS installation called something "core_queue". The exact name will probably start with your chosen DB table prefix.

This table contains one row for each background task. You could try deleting the relevant rows.

Assuming you're using MySQL, I would do a "select * from ips_core_queue" and save the data first before deleting, in case you need to insert them back in.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...