I wonder if there's anyway to test whether sidekiq properly executes a job in X seconds(or enqueues a job to be performed in X seconds), as specified in a perform_in
call.
As far as I can tell, the docs don't allude to any mode that allows this. In fake
mode, it seems the job is directly added to the queue and executed immediately at the drain
call.