the jobs node (running sidekiq) was using 100% CPU trying to process some gif from a remote instance, so queues were backed up. did my first thing of provisioning a new node with an additional CPU, `kubectl drain`ing the old node, then deleting the old node, with no downtime, wooo