I have a job, which should be implemented every 500ms.
But, as I see, the smallest timeout is 1 second. How can I decrease this limit? Is there any functionality like this:
class MyWorker
include Sidekiq::Worker
include Sidetiq::Schedulable
recurrence do
millisecondly(500)
?