Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Job Schedule Options #38

Open
gvee-uk opened this issue Jun 29, 2022 · 0 comments · May be fixed by #55
Open

More Job Schedule Options #38

gvee-uk opened this issue Jun 29, 2022 · 0 comments · May be fixed by #55
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@gvee-uk
Copy link
Contributor

gvee-uk commented Jun 29, 2022

The MVP version of this app supports running jobs on a fixed, recurring schedule ("every N minutes").

However SQL Agent supports a far wider array of possibilities:

SQL Agent Job Schedule

This issue can likely be split in to multiple "sub-issues" to deliver different pieces of the functionality based on their usage needs.

Some examples:

  1. Once a day running e.g. runs at 11PM every day (might be useful for maintenance tasks)
  2. A schedule that has a maintenance window e.g. runs daily from 6AM to midnight.
  3. Specific days of the week e.g. a job that only runs on weekdays
  4. Runs once a month on a specific day e.g. the 1st of each month
@gvee-uk gvee-uk added the enhancement New feature or request label Jun 29, 2022
@gvee-uk gvee-uk added the good first issue Good for newcomers label Jul 14, 2022
@mjpayne8 mjpayne8 self-assigned this Jul 18, 2022
@mjpayne8 mjpayne8 linked a pull request Jul 22, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants