mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #2200] Run bulk scripts and commands in sequence #3309
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#3309
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 @VadymKhvoinytskyi on GitHub (Apr 9, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2200
Some scripts include http requests to external services which are subject for rate limits. Running such scripts in bulk on a lot of machines triggers mentioned above rate limits and makes script runs inconsistent
Add field "Delay between runs in seconds" to specify seconds between the script runs on different machines
@silversword411 commented on GitHub (Apr 10, 2025):
Put a random delay in your script.
@VadymKhvoinytskyi commented on GitHub (Apr 10, 2025):
Yeah, I did it later in script I stumbled upon this issue with. But I still needed to run script multiple times, luckily the script was idempotent, but it's not always the case.
Anyway would be cool to make it explicit and controllable.
@P6g9YHK6 commented on GitHub (Apr 10, 2025):
linked with https://github.com/amidaware/tacticalrmm/issues/2198
the current is for bulk and the other is for tasks but same thing in the end