]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Make sure the Attention::saveNew does not cause an exception so queue items get removed
authorMarcel van der Boom <marcel@hsdev.com>
Thu, 19 Jun 2014 08:36:52 +0000 (10:36 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 22 Jun 2014 15:22:04 +0000 (17:22 +0200)
commit42104612bdd33067262c882e3037564e1e35957a
tree0915bacb7ab8c5cf304554a90663fc9856418318
parent414a95a784294d63f4c636ef17e468db9428a446
Make sure the Attention::saveNew does not cause an exception so queue items get removed

It's less of a problem that one queue-item does not get handled, attention wise,
than that the queue keeps filling up. The typical error raised here is 'already exists'
so it's not even the case that the item won't get handled (it already has been).

The real problem is that the queue_item table accepts duplicates (content-wise) which it
should not.
plugins/TwitterBridge/lib/tweetinqueuehandler.php