We made changes recently to allow DJs to access Trackman without an active DJSet (i.e. "on air") so that they won't interfere with automation. The problem that we're running into now is that automation will actually end up starting before a DJ is able to log any tracks because the DJ active timeout gets left at NO_DJ_TIMEOUT, which is 5 minutes in our environment. Instead, we should set it to DJ_TIMEOUT so that it is treated the same as if the DJ is on air.
We made changes recently to allow DJs to access Trackman without an active DJSet (i.e. "on air") so that they won't interfere with automation. The problem that we're running into now is that automation will actually end up starting before a DJ is able to log any tracks because the DJ active timeout gets left at
NO_DJ_TIMEOUT
, which is 5 minutes in our environment. Instead, we should set it toDJ_TIMEOUT
so that it is treated the same as if the DJ is on air.