Comment 3 for bug 480775

Revision history for this message
Dave Webb (x-launchpad-net-dcw-co-nz) wrote :

Thanks for looking into this Eric.

The perl client (Gearman::Client) doesn't seem to support providing unique keys. I've tried passing in a Gearman::Task object as well as passing in the function name and arguments separately.

I was assuming that the unique_key in the database was in some way generated by the server based upon the function name and an internal counter or something like that.