On Thu, 12 Jun 2008 12:04:09 -0400 Steven Salevan <ssalevan@xxxxxxxxxx> wrote: > https://fedorahosted.org/func/ticket/37 Sorry it took so much time. After some investigation I think I've finally found the reason. Job_id on minion was created this way: job_id = "%s-minion" % time.time() which means it was something like: 1214145871.35-minion It was possible to start 2 jobs in less than 1/100 of second and two (or even sometime more) jobs had the same job_id on minion. I would be glad if you could check this patch: http://github.com/kadamski/func/commit/d62d1e1160a7f7b915fd5584bd190bebadbf5d55 _______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list