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

Warn instead of exit when new protocol live date is exceeded #701

Closed
RdeWilde opened this issue Feb 20, 2024 · 1 comment
Closed

Warn instead of exit when new protocol live date is exceeded #701

RdeWilde opened this issue Feb 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@RdeWilde
Copy link

Is your feature request related to a problem? Please describe.
Currently the application implements a hard cut-off date when the new protocol should be live. When running in non-interactive mode, this will cause our containers to crash-loop (obviously when there's no updated release before the deadline).

Describe the solution you'd like
Make it (an option) to warn about the deadline, but not crash. Although the purpose of the check is clear, we don't want our containers to crash.

Describe alternatives you've considered
Forking the repository and changing the deadline date manually or remove the code to exit the program

Additional context

if today >= NEW_PROTOCOL_DATE:

@RdeWilde RdeWilde added the enhancement New feature or request label Feb 20, 2024
@nicolasochem
Copy link
Contributor

hard agree 👍

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

2 participants