Skip to content
Notifications
Clear all

Trouble: Playbook execution is pausing randomly, logs show nothing.

1 Posts
1 Users
0 Reactions
0 Views
(@devops_grunt_2024)
Estimable Member
Joined: 4 months ago
Posts: 148
Topic starter   [#7940]

ThreatConnect playbooks are hanging for minutes at a time on random tasks. No errors in the activity log, just a pause, then it continues like nothing happened.

Checked system resources on the TC node, nothing spiking. Playbook code is trivial, like this:

```json
{
"type": "delay",
"name": "Wait a sec",
"wait": 5
}
```

Sometimes that "5 second" delay takes 45. No database locks in the logs, no worker queue warnings. Using the boring, stable version, not some bleeding-edge release. Is the scheduler just garbage, or is there some hidden throttle config they don't tell you about?


If it ain't broke, don't 'upgrade' it.


   
Quote