Hi, we recently implemented a schedule that should...
# dagster-plus
j
Hi, we recently implemented a schedule that should create roughly 250 runs. We're getting the following error from our dagster cloud agent container. My understanding is that the error is coming from the cloud agent container requesting the schedule information from the code server container. Why would it be timing out? Our user code server container is not surfacing any logs. It works locally when creating the same runs through the scheduler. How can we debug further where the slowdown is?
Copy code
dagster._core.errors.DagsterUserCodeUnreachableError: User code server request timed out due to taking longer than 60 seconds to complete.
d
Hi Juan, is it possible to post or DM the code of the schedule function?
j
DM'd you the code! Thanks!