Blueshift execution failed & terminated

Getting this error on running a live trade algo on Blueshift using Alpaca.  I've received this error before.  Usually only happens on Mondays when starting the algo, but I've had this same exact algo work perfectly on other days both paper trade and live trade.  Can you please give me some feedback on what I can do to help solve? Thank you

[PLATFORM | 2020/10/19, 09:00:00] Executing before trading start routines.
 
[WARNING | 2020/10/19, 09:30:25] BlueShift Alert[2020-10-19 09:30:25.615223-04:00] WARNING in warn:Failed to subscribe to data stream:code = 1005 (no status code [internal]), no reason
 
[PLATFORM | 2020/10/19, 09:30:58] unexpected error: single positional indexer is out-of-bounds
 
[LOG | 2020/10/19, 09:31:08] Execution failed health check (unresponsive) - will be terminated for risk control
 
[PLATFORM | 2020/10/19, 09:31:08] Blueshift is shutting down...
 
[PLATFORM | 2020/10/19, 09:31:10] Execution terminated

This looks like you are trying to access data at an illegal index - a possible reason may be the returned data from a data.history call did not fetch expected number of bars. This will be very peculiar if you only see this error on Mondays. Do you mind sharing a minimal version to blueshift-support@quantinsti.com that can reproduce this error?