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

Create CodeReview.Scheduler tool #38

Open
DiamondDragon opened this issue May 26, 2021 · 0 comments
Open

Create CodeReview.Scheduler tool #38

DiamondDragon opened this issue May 26, 2021 · 0 comments

Comments

@DiamondDragon
Copy link
Contributor

DESCRIPTION

Some workflows needs to be executed on regular basis. At the moment it's necessary to implement this logic in form of custom solution to support this behavior.

It's suggested to create new tool CodeReview.Scheduler which runs other Docker Container according to CRON expression schedule. The following information is passed as parameter to this service:

  • Docker Container information:
    • Image name
    • Cmd parameters
    • Environment variable parameters
    • Files which need to be available inside container executing job
    • Volume mounts (?)
  • CRON expression which defines execution schedule

CodeReview.Scheduler manages only one job at a time. If multiple containers need to be executed according to schedule multiple instances of CodeReview.Scheduler must be started.

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