Azure / Commercial-Marketplace-SaaS-Accelerator

A reference example with sample code for developers interested publishing transactable, Software as a-Service offers in the Microsoft commercial marketplace.
MIT License
193 stars 290 forks source link

Scheduler Engine should skip executed tasks #580

Closed msalemcode closed 11 months ago

msalemcode commented 11 months ago

Current Engine get ALL schedule tasks and even if the task is already processes, Engine check the start time then report it ran in the past and will not execute it.

Although it report it ran in the past and will skip over it, ISV reported they are confused by the message.

Enhancement: Ignore executed tasks from the list.