Open AlexDaniel opened 5 years ago
I'm not sure if this is needed. Each bot has its own /tmp
directory, so bots don't compete for the builds. It is possible, however, that multiple people will try to run things on different channels (or in private messages), so maybe avoiding locks within the same bot is still something that needs to be done.
Code: https://github.com/perl6/whateverable/blob/2badfc01f4e320d0db3d4c01dfe1075634c92eaa/lib/Whateverable/Running.pm6#L40-L74