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

Gather application data on every step #36

Open
nirs opened this issue Mar 16, 2025 · 0 comments
Open

Gather application data on every step #36

nirs opened this issue Mar 16, 2025 · 0 comments
Labels
future We want to add this in a future release

Comments

@nirs
Copy link
Member

nirs commented Mar 16, 2025

We can gather application data on every step (deploy, protect, ...), even if the step was successful. This will make it easy to follow the application state through the flow.

We can keep the data in gather/app-name/step-name:

gather/
  appset-deploy-rbd/
    deploy/
    protect/
    failover/
    relocate/
    unprotect/
    undeploy/

Issues:

  • Gathering single application namespaces should be very quick, but it since the gather package is very aggressive about rate limits, it may cause trouble to other apps. Maybe we need to add an option to gather data more politely.
@nirs nirs added the future We want to add this in a future release label Mar 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future We want to add this in a future release
Projects
None yet
Development

No branches or pull requests

1 participant