The active snapin tasks appeared empty, but when I typed the hostname in the search it showed up as queued. I deleted that queue and ran:
DELETE FROM `snapinTasks` WHERE `stState` in ("1","2","3");
in mysql for good measure. Everything appears to be working now.
Thanks for your help and all that you do!