after deployment and quick run my status is late and code did not got executed
b
Bianca Hoch
11/13/2023, 3:38 PM
Hey Manal! Just wanted to recap our rubber duck call here. Next step will be to daemonize your work. After getting your linux VM setup, follow this doc: Daemonize Processes for Prefect deployment runs
Bianca Hoch
11/13/2023, 3:39 PM
You'll want to ensure you get these prerequisites checked off your list:
• An environment with a linux operating system with systemd and Python 3.8 or later.
• A superuser account (you can run
sudo
commands).
• A Prefect Cloud account, or a local instance of a Prefect server running on your network.