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
179 stars 276 forks source link

Scheduler should add task for future time only #576

Closed msalemcode closed 8 months ago

msalemcode commented 9 months ago

Currently, If user added task using current date time the task will be added with time at the beginning of the current hour.

Example: User added task using and current date and time for example 11:05am. the task will be added successfully and time will current date and time will be 11:00, which consider past for the billing engine, since the next run at 12pm the engine will consider this task in past.

Fix: Force the date time controller to display currenttime+1 hour