I have a couple of questions regarding Notifications and how the works
I have an algorithm, running at hourly timeframe, that trades lots of stocks
I implemented notifications in order to get alerted when stocks are opened and closed
During peak time, I could get more than 20 messages sent from the algorithm.
To stay within the max number of calls per hour( 20 ) limitation I put messages in a “queue” in order to postpone message sendings to the following hour
Here' s the first question:
it seems that when a high number of messages ( more than 20) at hour x is generated, the following hour get “skipped” in the sense that at hour x+1 exceeding messages (from 20 onwards) are not sent and get “lost”.
My suspect is that due to the time needed to sent the first 20 messages ( let's say that the latest message takes 10 seconds to be sent) a full hour is not yet completed when I start sending the remaining messages. message are triggered but in reality are not sent
could anyone confirm that?
My second question is :
the limit of 20 messages is “per channel”( web, mail sms) or is per generic notification ( 20 in total cumulating all the message sent on various channels?) thanks
Alexandre Catarino
Hi Pier Paolo
The notification limit of 20 is the limit per channel.
If you don't receive a notification that you expect, please contact support@quantconnect.com with the live deployment attached.
Best regards,
Alex
Pier Paolo
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!