Skip to content

PROP-147 - Add broadcast and targeted task execution#181

Open
JeffMboya wants to merge 2 commits intoabsmach:mainfrom
JeffMboya:PROP-147
Open

PROP-147 - Add broadcast and targeted task execution#181
JeffMboya wants to merge 2 commits intoabsmach:mainfrom
JeffMboya:PROP-147

Conversation

@JeffMboya
Copy link
Copy Markdown
Contributor

@JeffMboya JeffMboya commented Apr 7, 2026

What type of PR is this?

Feature - broadcast and targeted task execution.

What does this do?

  • broadcast: true runs a task on all proplets
  • proplet_id set runs task on one proplet only
  • Both fields together return a 400 validation error
  • Proplets filter start commands by their own ID
  • DB migrations add broadcast column to tasks

Which issue(s) does this PR fix/relate to?

Have you included tests for your changes?

No

Did you document any new/modified features?

Documented at absmach/propeller-website#30

Add a Broadcast field to Task so the manager can publish to all
proplets or a single one. Proplets now filter start commands by
proplet_id, ignoring tasks not intended for them.
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.

Bug: multicast task execution

1 participant