arnoldasgudas / Hangfire.MySqlStorage

MySql storage for Hangfire - fire-and-forget, delayed and recurring tasks runner
GNU Lesser General Public License v3.0
175 stars 114 forks source link

Are there any plans to support transactions? #87

Open lncendia opened 2 years ago

lncendia commented 2 years ago

Although transactions can be configured in MySQL Storage Options, they will not be used anyway, InvisibilityTimeout is used instead, which is marked as Obsolete. Tell me, are you planning to use transactions in the future?