Need clarifications on few columns hanfire tables

Hi All,
I started working on Hangfire recently with some samples. Most of the tables are self explanatory.
But still I have following questions.

  1. I see a table named List. Need to know when this table would be populated.
  2. What does the LastHeartBeat column in Server table refers to.
  3. What does the Score column in Set table refers to.

It would be great if someone could share the sql table documentation.

Thanks.

It’s open source, which gives you a chance to figure this out yourself. Otherwise, you might wanna leave things alone.

I developed the storage implementation that runs on FluentNHibernate by examining the MySql implementation. Start there.