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 service that monitors Swarm for jobs to be repeated #29

Open
markbirbeck opened this issue Jun 21, 2018 · 2 comments
Open

Create service that monitors Swarm for jobs to be repeated #29

markbirbeck opened this issue Jun 21, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@markbirbeck
Copy link
Owner

A monitoring process can be left running on the swarm that watches for job termination and then decides whether to relaunch the job. This should be straightforward once we have switched from polling to using events (#28).

@markbirbeck markbirbeck added the enhancement New feature or request label Jun 21, 2018
@markbirbeck
Copy link
Owner Author

Depends on #28.

@markbirbeck
Copy link
Owner Author

The canonical app that behaves in this kind of way is Traefik; it uses labels on services and containers to help it configure proxies and load balancers. We could do the same (use labels) to hold information about repeat conditions, cron schedules, and so on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant