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

Each 2nd job execution shifts by 15 sec when job scheduled to run each minute #71

Open gao-artur opened 4 years ago

gao-artur commented 4 years ago

As the title states, the is a shift of 15 sec on each 2nd execution. This can be fixed by changing Set.Score column type from float to double. See the comparison on the screenshot below: image