Hangfire Server Restart Job Continuation

I currently have set [AutomaticRetry(Attempts = 0)]. I want to ask if hangfire server restart, will the job continue?
Suppose Job A was set to run every hour, at 10.59 hang fire server crashes and restart back at 12.01. It was scheduled to run at 11 and 12 pm. When the HangFire server came back on at 12.01, how many time job A will run? Thanks in advance.