mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 23:15:57 +03:00
[GH-ISSUE #2355] My Windows computer isn't running tasks with past dates #3398
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#3398
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 @lergolas on GitHub (Nov 21, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2355
Hello everyone.
I'm having trouble creating tasks if the computer isn't available at that moment.
For example, I create a one-time task and assign it to a computer that's currently offline.
According to the documentation, when you create a task to run only once, with a past date, it's created to run 5 minutes later. But that's not the case. The task is created at the time I specified when creating it in TRMM, and it doesn't run.
This is what the documentation says:
Run Once:
What am I doing wrong?
Thank you very much.
@jt-looma commented on GitHub (Dec 8, 2025):
Hello,
just wanted to add that we've noticed the same thing on our end in the last few months. And even after trying to recreate the tasks and everything we didn't manage to get it to work.
What we've noticed is that only tasks that were configured to run once have this problem. Repeated tasks (for example daily) run without problems as do onboarding tasks.
The tasks configured to run once only run on devices that are online at the time set for the execution of the task. All the devices that are offline at that time never run those tasks and stay in the "synced with agent" and "awaiting output" statuses, even though the "Run ASAP after scheduled start is missed" checkbox is checked.
Running one of those missed tasks via right-click "Run task now" works without problem, but checking every device one by one and running missed tasks manually isn't really a feasible option.
We've had this problem in version 1.2.0 and in version 1.3.1 it still persists.
The screenshot shows how it looks on our end (don't mind the black and white boxes those are there for censoring reasons). Even though the device is online the tasks configured to run once don't run automatically.
@silversword411 commented on GitHub (Dec 8, 2025):
There are known quirks with the current "tasks" implementation and how it interacts with the windows task scheduler. There's multiple other issues regarding this.
It's planned to completely replace, and internalize tasks to the TRMM servers scheduler so this should resolve when that is completed.
@Taomyn commented on GitHub (Jan 29, 2026):
Hi, I've only recently set up TRMM v1.4.0 on a clean Debian 12 server, and hit this issue where run-once tasks are not running when the Windows agent comes on-line, as the workstation was shutdown. As mentioned above, once the machine is on-line I can manually use run task now, and it works. The agent shows as sync'd and everything else seems to check out - I can run the Windows agent with logging and don't see any errors but plenty of chatter between it and the server.
Is this still not resolved?