Queued Sessions remain in PENDING state even after the host is back online #1112
Unanswered
Rajeswara-Muthyala
asked this question in
Q&A
Replies: 1 comment 4 replies
-
It will take a few minutes from the time the host is taken down to when they will show up as "offline" within the console. During this period, commands would be issued to the host (and then time out) as opposed to being queued. For the experimental hosts that remain at pending, were these hosts taken down within minutes of the queued commands being sent? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the sample script from the falconpy git repo to execute commands.
https://github.com/CrowdStrike/falconpy/blob/3edfb2b5fb98fc939937942369c58d53d8223cd1/samples/rtr/queued_execute.py.
For an offline host, the commands are getting queued on the session as expected. However, in most of my experiments, the sessions remain in PENDING even after bringing up the host online. I waited for days after bring the host online, but the session remains in PENDING state. I confirmed that the host is online by running devices API (/devices/entities/devices/v2)
Appreciate any guidance on helping to solve this problem.
For what its worth, less frequently, queued sessions were succesfully finished. I couldn't find any pattern. The behavior is unpredictable.
Pasting list_queued_sessions response below
Beta Was this translation helpful? Give feedback.
All reactions