Configurable timer trigger in web job

Navya Narayana 1 Reputation point
2020-06-16T11:12:35.427+00:00

I'm using triggered web job. After deploying the web job with a static configurable time its working, but I want to automate
the triggered job to any dynamic configurable time, so that it will be triggered based on that dynamic value.

For dynamic timer trigger I have prepared one method that will get value from DB and prepare and return cron expression and I have
used INameResolver to resolve name like %configurabletime% , but here back ground job is not triggering based on
the timer trigger value.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,879 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Malleswara Reddy, G 1,631 Reputation points
    2020-06-16T12:28:29.377+00:00