mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[GH-ISSUE #174] Set BPA and Standard Application Times and Frequency #101
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DarrenChap on GitHub (Nov 2, 2021).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/174
Is your feature request related to a problem? Please describe.
Having to either wait or do mental arithmetic to work out when the BPA scan or the Standard Application task run is a bit painful.
Describe the solution you'd like
A place to set the time (preferably in local timezone but that may be difficult) of when the BPA and Standard Application tasks run.
If not a setting then at least a display of next run time....in local time (as mentioned in Slack I believe).
@gavsto commented on GitHub (Nov 3, 2021):
So we can force the running of it pretty easily (there's already a button to do that for BPA). I don't think though we can change the time that it is running. That's hardcoded in to the function. @KelvinTegelaar what happens if we overwrite the cron in the function in runtime? Will it take or will it not work until a function app reboot?
@KelvinTegelaar commented on GitHub (Nov 4, 2021):
Won't work. I think we can do two things; create a "Force Standards now" button, and a "Next run at" thingy. I think that covers what @DarrenChap is looking for?
@DarrenChap commented on GitHub (Nov 4, 2021):
Yep that would do the job as well.
@KelvinTegelaar commented on GitHub (Nov 6, 2021):
added force standards button in dev, and display that it runs every 3 hours.