investigate benefits of inotifywait
for video recording waiters
#370
Labels
enhancement
New feature or request
Milestone
https://unix.stackexchange.com/questions/185283/how-do-i-wait-for-a-file-in-the-shell-script
until we migrate to the independent recorder container we could inject files creation on session startup inside appium log. Using
inotifywait
we could detect session startup effectively without sleeps and log file grep which use CPU...the same about video recording finish, just wait until recording stop file appear and generate it by appium on finally when session destroyed, deleted, timed out etc.
The text was updated successfully, but these errors were encountered: