Share via

Logic app scheduler

Live user 1 Reputation point
2022-02-22T11:29:35.737+00:00

We need to schedule a one time job when ever an user schedules a job in application, we call an http trigger which accept a "run at" in pay load and schedules this as one time job, we may have some times millions of such schedules created to run later, does logic app keep an instance per each schedule waiting ? when the schedule time happens does it spin up an instance for each? what is the max count of instances?

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

0 comments No comments

1 answer

Sort by: Most helpful
  1. AnuragSingh-MSFT 21,566 Reputation points Moderator
    2022-02-24T07:20:15.757+00:00

    Hi @Live user

    Welcome to Microsoft Q&A! Thanks for posting the question.

    I understand that you are looking for concurrency and waiting period related details for Logic Apps, when the execution happens via trigger (here schedule). These limits (Trigger - concurrent runs, Maximum waiting runs etc.) depend on the type of Logic Apps's hosting environment. For details of these limits, please refer to Concurrency and debatching in Logic Apps.

    Also, you may refer to this link to understand how the schedule triggers start the workflow execution.

    Please let me know if you have any questions.

    ---
    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.