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

Deployments do not update the existing triggers #335

Open
bayrakta opened this issue Nov 17, 2023 · 0 comments
Open

Deployments do not update the existing triggers #335

bayrakta opened this issue Nov 17, 2023 · 0 comments

Comments

@bayrakta
Copy link

Describe the bug

When I introduced a trigger with 1 minute interval, it worked fine. However, changing the interval from 1 minute to 5 minutes was not reflected. Additionally, removing the trigger in my code did not cause any removal on runtime.

To Reproduce
Steps to reproduce the behavior:

  1. Define a trigger as described here https://developer.adobe.com/app-builder/docs/resources/cron-jobs/lesson2/
  2. Execute aio rt activations list and make sure that the corresponding action is triggered every minute.
  3. Change your trigger definition interval from 1 to 5 and deploy the app.
  4. Execute aio rt activations list and observe that the corresponding action is still triggered every minute.

Expected behavior
After changing the mentioned sample trigger definition interval from 1 to 5, execute aio rt activations list should display that the corresponding action is triggered every 5 minutes.
What I expect in general, is that any deployable procedure, definition must override the existing app. In this particular example, I would propose listing all available triggers and deleting them prior to a deployment.

Screenshots
N/A

Desktop (please complete the following information):

  • OS: MacOS
  • Browser : Chrome
  • Version : Latest
@pru55e11 pru55e11 transferred this issue from adobe/aio-cli-plugin-app Feb 20, 2024
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

No branches or pull requests

1 participant