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

LITE-28073: Adding async main function to execute the full process. #36

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

akodelia
Copy link
Contributor

Atm we only handle DONE and ERROR task's status

…tm we only handle DONE and ERROR task's status
@d3rky d3rky merged commit 9a7347a into master Jul 20, 2023
4 checks passed
@rahulmondal
Copy link
Contributor

Just for an overview. There are 4 tasks that need to executed for any deployment request:

  1. Install/Update product
  2. PPR validate and apply for L0 and L1 in context of account L0
  3. Price Upload
  4. PPR validate and apply to delicate to L2 in context of account L0

Even if we are. considering #3 as a step for this release, steps are all dependent on previous step.
Considering this, the task execution flow implemented in this PR should follow same steps which is currently not, otherwise we have to change the logic 100% later.

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.

3 participants