Hi, I have two questions:
- 
Does Hangfire support bulk enqueueing like Sidekiq does (using Sidekiq::Client.push_bulk), which can drastically improve the performance for high-volume processing?
 - 
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.