running multiple remotetask instances might cause "at least once" semantic instead of "exactly once"

Bug #132255 reported by Jodok Batlogg
2
Affects Status Importance Assigned to Milestone
lovely.remotetask
New
Undecided
Unassigned

Bug Description

today benji pointed me to a interesting problem of lovely.remotetask / zc.queue:
this explains the troubles we had on the some videoportals when running multiple remotetask instances.

if lovely.remotetask pulls one item from zc.queue, the item won't disappear from the queue as long the transaction isn't beeing commited. because of this it's possible that another instance might pick up exactly the same job.
if you are running multiple remotetask instances that definitely causes troubles...

in case we want to run multiple instances we should think about a pattern that a kind of two-phase removal of items from the queue.

Revision history for this message
Jürgen Kartnaller (jukart) wrote :

This is a known issue.

That's why we use more than one remote task service in the book portal each serving other tasks.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.