<%= flash[:notice] %>
Click the `perform_in` buttons to create or merge tasks until the execution time (in 60s).
Click the `perform_async` buttons to execute a single task.
Open sidekiq console to check what happens.
sidekiq_options merger: { unique: false }
Tasks will be merged regardless of uniqueness.
sidekiq_options merger: { unique: true }
Tasks will be merged if they haven't added already.