Background Job not starts

I am using the below code to run the method in background,

 BackgroundJob.Enqueue(() => GetCompaniesFromEconomic());

but it’s not getting started after being called. I have checked the entry in Hangfire.Job table, but i can’t see any entry for this job. It’s too long time after calling the job but still no any output. please help me out, Thanks in advance.