ObjectSpace.each_object(Puma::Cluster::Worker) { |x| p x.index }This command will print the index of the puma worker being used.
ObjectSpace.each_object(Puma::Cluster::Worker) { |x| p x.index }This command will print the index of the puma worker being used.