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

Feat Internal Runtime State #3361

Merged
merged 9 commits into from Jun 20, 2022
Merged

Conversation

PineappleIOnic
Copy link
Member

What does this PR do?

This PR re-implements runtime state into the executor allowing us to delay executions while a runtime is being launched, previously if an execution took place while a runtime was still launching it would fall through and result in an error. This PR remedies that.

Test Plan

No tests have been changed,

Have you read the Contributing Guidelines on issues?

Yes, I have

Copy link
Contributor

@Meldiron Meldiron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Make sure to do manual QA. Even add some var_dumps, and make sure this edge case occured.

app/executor.php Outdated Show resolved Hide resolved
Copy link
Member

@christyjacob4 christyjacob4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PineappleIOnic This looks fine, I have some concerns over how it will behave with the retry logic that we already have in the Executor class...

Let's discuss tmro

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
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.

None yet

4 participants