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

better config verification #38

Conversation

rogpeppe
Copy link
Collaborator

@rogpeppe rogpeppe commented Dec 7, 2021

Verify cron values when parsing; also verify depends_on relationships,
meaning that we can assume later in the code that there are no cyclic
dependencies to get us into recursive trouble.

Also remove the priority field from the configuration as it's of marginal
use since we now have depends_on which wasn't present in the
original supervisord configuration from which this is derived.

Verify cron values when parsing; also verify depends_on relationships,
meaning that we can assume later in the code that there are no cyclic
dependencies to get us into recursive trouble.

Also remove the `priority` field from the configuration as it's of marginal
use since we now have `depends_on` which wasn't present in the
original `supervisord` configuration from which this is derived.
@rogpeppe rogpeppe force-pushed the 017-better-config-verification branch from b5aa53a to 3825c4f Compare December 7, 2021 09:09
Copy link
Owner

@stuartcarnie stuartcarnie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice!

@rogpeppe rogpeppe merged commit c738734 into stuartcarnie:feature-cue Dec 7, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants