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

Initial version of pgquartz #2

Closed
sebasmannem opened this issue Mar 4, 2022 · 1 comment
Closed

Initial version of pgquartz #2

sebasmannem opened this issue Mar 4, 2022 · 1 comment
Assignees
Milestone

Comments

@sebasmannem
Copy link
Contributor

define a job in a yaml config file

  • jobstep can be a shell command or script
  • jobstep can be a postgresql query

job can be scheduled cron-like
job can be set to only run on:

  • master, standby, any
  • only one, all parallel, all serialised

option to check a jobs result

  • run shell script or command to check
  • run sql command to check
  • alert when any check fails
@sebasmannem sebasmannem added this to the 0.2 milestone Mar 4, 2022
@sebasmannem sebasmannem self-assigned this Mar 4, 2022
@sebasmannem
Copy link
Contributor Author

Alerting will be taken care of in #31.
All other things are taken care of in MVP.

@sebasmannem sebasmannem modified the milestones: 0.2, mvp, mvp (0.1) Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant