mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #2329] [BUG] ALL tasks firing randomly #3384
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3384
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @P6g9YHK6 on GitHub (Oct 27, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2329
Describe the bug
For some unknown reasons manual tasks are run randomly on subset of devices per batches.
After investigation the issue does not come from TRMM directly but the way the TRMM agent configure the tasks on windows side.
the tasks are deployed with a trigger (not needed from my point of view but maybe windows requires it) and ** /!\ the option to run if a missed trigger is detected /!\ **
this setup is causing windows to just fire the tasks if for some unknown reasons the tasks is detected as missed.
we have noticed this behavior on multiple batches of devices going all at once and the log in the tasks history of windows is confirming it
To Reproduce
no entirely sure how to reproduce but the conclusion seems correct.
Expected behavior
not have random tasks firing
Screenshots
@P6g9YHK6 commented on GitHub (Oct 27, 2025):
if this was implemented https://github.com/amidaware/tacticalrmm/issues/2084 i would not have spent 1 hours thinking it was a users fault.
@P6g9YHK6 commented on GitHub (Nov 4, 2025):
updated the title it's all tasks firing randomly not only manual