Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8701357
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T02:22:44+00:00 2026-06-13T02:22:44+00:00

I am developing a greenfield project which has two requirements. To be ran in

  • 0

I am developing a greenfield project which has two requirements.

  • To be ran in the cloud (Azure).
  • To be ran on a self hosted Windows Server installation.

This project is broken into 3 main parts.

  1. A collection of clients.
  2. A RESTful server.
  3. Persistent Storage.

For this question the clients are irrelevant, the RESTful server is built with ASP.NET WebApi (satisfying the requirements above) and the persistent storage is Azure Tables in case of the cloud or RavenDb when self hosted. And so to the question.

What is the best mechanism for scheduling jobs in this architecture that satisfies both requirements listed above.

I have a concept of jobs which are ran by querying the RESTful server and asking it to do a scheduled time check on any active jobs so the service really only needs to make a very simple rest query to start the process.

All the jobs and the logic to run them (They are templates) is on the server so no logic is required by the service.

Ultimately the best response would be some sort of ticker service that asks the service to preform the check. If I could build this directly into the ASP.NET WebApi server I would be even happier. It is a new tech to use so please excuse any glaring oversights I may have missed that would resolve this question.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T02:22:45+00:00Added an answer on June 13, 2026 at 2:22 am

    One approach would be to write a very simple ‘scheduler service’ (similar in principle to quartz scheduler mentioned in the OP comments) written in [insert favourite .Net language here].

    This service can be as simple or as complex as you wish; at the lower end it could simply operate a timer that at set intervals would invoke the REST API to trigger your process

    The service itself could be written as a class library which can then be hosted within a Windows Service when deployed on a Windows Server installation; or, hosted within an Azure Worker Role when deployed to the cloud. When deployed in an Azure Worker Role the scheduler could easily run within an XS instance (1GHz CPU, 768MB RAM, 20GB Storage) at minimal cost – $14.40 per month at current prices.

    This approach allows the same code-base to be used in both solutions (simply reference the class library project) and can be independently unit-tested.

    Taking this approach one step further, you could automagically load the class library assembly at runtime, making future deployment and upgrades extremely easy.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Developing a project of mine I realize I have a need for some level
Developing a project in Django with my IDE setup as Eclipse with PyDev. The
While developing an application using gwt in ecliplse crashed. Now the server is running
Developing rails has become lots of fun over the year that I've done it,
Developing search utility to search a file entire computer system, works fine on windows
Developing a site that requires monthly subscriptions via PayPal. If a buyer has an
Developing a series of POCOs on my project, and just realized that some of
Developing an application using SWT to work in both Linux and Windows. I created
Developing a web app which should enable users to organize the events on their
Developing an application, In which I have many user's account_id(skype id), Now what I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.