New Error on Long-Running Actor
Starting this afternoon, the Logs of one of my daily actors (which has run successfully every day for the past 30 days), are being flooded with this message:
The Actor still seems to be working properly: results are being saved to the dataset, but first I got an email alert that my scheduled task failed to run due to a misconfiguration. I haven't changed the configuration in a while, so I'm not sure how that's possible.
Anybody know how I can debug this?
2 Replies
Hello! Could you post the IDs of the scheduled task and the run with the warnings, please?
Hi @kennysmithnanic . This is just a warning about you are reaching the limitation of 30requests/sec on the platfrom. It could be a lot of things for example pushing too much data into dataset one-item-by-one - each push is usually one requests to the Platfrom. This limit is across all the Actors, so it also might happened if you ran several actors at once, as it is easirer to reach this limits this way.