sminnee / silverstripe-staticsiteconnector

Connector plugin for the SilverStripe External Content module that uses web scraping to import content.
8 stars 12 forks source link

Deal with long-running processes more gracefully #3

Open sminnee opened 11 years ago

sminnee commented 11 years ago

There are 2 long-running processes:

These should be dealt with more gracefully using either the messagequeue or the queuedjobs module (or gearman).

Note that the external-content module already has some integration with the queuedjobs module.