1
0
Este cometimento está contido em:
2023-03-31 23:11:44 +00:00
ascendente c1622fb592
cometimento 826435e8ef

Ver ficheiro

@ -57,8 +57,8 @@ let
queues = ['default', 'push', 'ingress']
procs += [sidekiq(qs) for qs in permutations(queues)]
for p in procs:
p.wait()
p = sidekiq(['mailers', 'pull', 'scheduler', 'default', 'push', 'ingress'])
p.wait()
'';
s3cmd = pkgs.writeShellScript "s3cmd" ''