[GH-ISSUE #2200] Run bulk scripts and commands in sequence #3309

Open
opened 2026-03-14 07:05:53 +03:00 by kerem · 3 comments
Owner

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

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
Author
Owner

@silversword411 commented on GitHub (Apr 10, 2025):

Put a random delay in your script.

<!-- gh-comment-id:2791859758 --> @silversword411 commented on GitHub (Apr 10, 2025): Put a random delay in your script.
Author
Owner

@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.

<!-- gh-comment-id:2792402204 --> @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.
Author
Owner

@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

<!-- gh-comment-id:2793093386 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#3309
No description provided.