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

Issue with Schedule polling interval #30

Open ritchiekng opened 7 years ago

ritchiekng commented 7 years ago

When creating jobs to run at certain time, even though setting the schedule polling interval to 1 second, we notice the job runs sometimes before and sometimes after the time set, with a variance of around +/- 1 minute.

pieceofsummer commented 7 years ago

Related to #31. Try changing column type in the database and see if that helps.