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: PPT-1701 refactored recompile/reload logic #395

Merged
merged 4 commits into from
Nov 28, 2024
Merged

feat: PPT-1701 refactored recompile/reload logic #395

merged 4 commits into from
Nov 28, 2024

Conversation

naqvis
Copy link
Contributor

@naqvis naqvis commented Nov 26, 2024

No description provided.

@naqvis naqvis requested a review from stakach November 26, 2024 03:50
@github-actions github-actions bot added the type: enhancement new feature or request label Nov 26, 2024
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Nov 26, 2024
Copy link
Member

@stakach stakach left a comment

Choose a reason for hiding this comment

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

found a change we should implement

@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Nov 28, 2024
Copy link
Member

@stakach stakach left a comment

Choose a reason for hiding this comment

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

Let's remove the yield as the current flow will be:

  • spawns queued
  • yield
  • spawns executed - yielding to wait for a response
  • channel.receive (yielding to wait for responses)

without the yield we'll have:

  • spawns queued
  • channel.receive (yielding to wait for responses)
  • spawns executed

src/placeos-rest-api/controllers/drivers.cr Outdated Show resolved Hide resolved
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Nov 28, 2024
@stakach stakach merged commit ef4f02f into master Nov 28, 2024
9 of 10 checks passed
@stakach stakach deleted the PPT-1701 branch November 28, 2024 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement new feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants