aws-samples / sagemaker-run-notebook

Tools to run Jupyter notebooks as jobs in Amazon SageMaker - ad hoc, on a schedule, or in response to events
Apache License 2.0
142 stars 69 forks source link

Is there a limit to the number of active schedules per notebook instance? #62

Open papierGaylard opened 2 years ago

papierGaylard commented 2 years ago

Hi there,

I'm trying to set up about 30 schedules and when I go to check the schedules many of the ones I have created don't exist.

I'm wondering if there is some kind of a limit to the number of schedules each notebook instance can house?

tomfaulhaber commented 2 years ago

Schedules are implemented using Amazon EventBridge. The notebook instance doesn't keep any persistent information.

Each schedule is one rule in Amazon EventBridge and the default quota is 300 rules (which can be raised if you need it). I would go to the AWS console and look at the Rules page in the EventBridge service to see if your rules are really there or not.