https://dagster.io/ logo
Title
i

Ivan Trajkovic

05/02/2023, 12:25 AM
does anyone have any idea in the Dagster Cloud Hybrid deploy context, where the Schedule functions (
@schedule
annotated functions) are evaluated? on the machine hosting the dagster cloud agent, or within the Dagster Cloud infra? appreciate any guidence 🙂
d

daniel

05/02/2023, 12:26 AM
Hi Ivan - they run in your cloud (usually in a container that your agent launches). Dagster cloud hybrid doesn’t have access to your code so any code that you write won’t execute within our infra.
🙏 1
i

Ivan Trajkovic

05/02/2023, 12:27 AM
nice, right, the code_location. thank you @daniel!
:condagster: 1