Skip to content

Add ability to execute process without using messenger queue #54

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

Closed
1 of 3 tasks
njoubert-cleverage opened this issue Mar 19, 2025 · 0 comments
Closed
1 of 3 tasks
Assignees
Labels
enhancement New feature or request

Comments

@njoubert-cleverage
Copy link
Member

njoubert-cleverage commented Mar 19, 2025

Description

Actually POST /http/process/execute had process to queue. Sometimes we need direct processing (and get command result).

  • Add a $queue parameter on http_process_execution ValueResolver (default: false to prevent BC)
  • Run command and return right httpCode: 200 or 500 depending of result.

Requirements

  • Documentation updates
    • Reference
    • Changelog
  • Unit tests

Breaking changes

@njoubert-cleverage njoubert-cleverage added the enhancement New feature or request label Mar 19, 2025
@njoubert-cleverage njoubert-cleverage self-assigned this Mar 19, 2025
njoubert-cleverage added a commit to cleverage/process-bundle-demo that referenced this issue Mar 19, 2025
…g http process launching without queue response
njoubert-cleverage added a commit to cleverage/process-bundle-demo that referenced this issue Mar 19, 2025
njoubert-cleverage added a commit that referenced this issue Mar 19, 2025
…efine if the process should be queued (default) or directly run
njoubert-cleverage added a commit that referenced this issue Mar 19, 2025
…efine if the process should be queued (default) or directly run
njoubert-cleverage added a commit that referenced this issue Mar 20, 2025
#54 When Launch process via http request, add queue parameter which d…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant