Performance: bulk enqueue and async?

Hi, I have two questions:

  1. Does Hangfire support bulk enqueueing like Sidekiq does (using Sidekiq::Client.push_bulk), which can drastically improve the performance for high-volume processing?

  2. Are there any plans in the near future to add async support to Hangfire, which will also improve the performance of the thread pool?

Thanks.

Regarding #2: There is an issue in GitHub for async support but it is expected to require a pro subscription.