Error while calling API from Hangfire

I have been using Hang-fire in our project but had a question, Can i call a API as Recurring Job(Project) in Hangfire?

when i am running web api it’s calling stored procedure and it’s updating the data but when i am calling same API through hangfire i am getting “Keyword not supported: ‘data source’” in web api context.cs file