-
Notifications
You must be signed in to change notification settings - Fork 1
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
CSS-6912: Add workload container health check #14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 44 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
0 | 28 | 16 | 0 |
Click to see the invalid file list
- actions.yaml
- charmcraft.yaml
- config.yaml
- metadata.yaml
- pyproject.toml
- resource_sample/pyproject.toml
- resource_sample/resource_sample/activities/activity1.py
- resource_sample/resource_sample/activities/activity2.py
- resource_sample/resource_sample/common/messages.py
- resource_sample/resource_sample/workflows/workflow1.py
- resource_sample/resource_sample/workflows/workflow2.py
- src/charm.py
- src/literals.py
- src/log.py
- src/resources/check_status.py
- src/resources/temporal_client/init.py
- src/resources/temporal_client/activities.py
- src/resources/temporal_client/workflows.py
- src/resources/worker.py
- src/state.py
- tests/integration/conftest.py
- tests/integration/helpers.py
- tests/integration/test_charm.py
- tests/integration/test_scaling.py
- tests/integration/test_upgrades.py
- tests/unit/init.py
- tests/unit/test_charm.py
- tox.ini
3bf23de
to
d749b0a
Compare
d749b0a
to
b74c791
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a minor comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
e6432b8
to
0239a62
Compare
This PR addresses the following:
pebble-ready
event to address this bug (See this PR for reference).exec
, which checks if the Temporal worker is running or not.