Jump to content

Is it possible to stop a background process


Recommended Posts

Posted

Yesterday morningI was testing Amazon S3 as a storageplace for profilepictures. By mistake I wrote wrong name on the storagebucket - and I'm not able to change it again.

Nothing is coming to the Storage - and I've been waiting so long for theese tasks to complete. Is it possible to stop them?

27-04-2015_10-18-47.thumb.jpg.515e37d4b5

 

 I can't change the settings

27-04-2015_10-19-18.thumb.jpg.b7d1f9c0bc

27-04-2015_10-19-41.thumb.jpg.2ff8efd956

  • 2 weeks later...
Posted

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.

Archived

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

  • Recently Browsing   0 members

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