Theodor Sjöstedt
02/14/2023, 9:31 AMschedule:
cron: '*/5 * * * *'
timezone: null
day_or: true
is_schedule_active: true
To have it run every 5 minutes, and then applied it.
When I run
prefect agent start -q 'test'
I see output from my deployment every 5 minutes, so its working, but as soon as I ctrc + C
to exit the output of the agent, it stops, and nothing is scheduled. How do I get the agent to run without my terminal? 🙂redsquare
02/14/2023, 9:40 AMTheodor Sjöstedt
02/14/2023, 10:49 AMredsquare
02/14/2023, 10:49 AMTheodor Sjöstedt
02/14/2023, 10:50 AMNimesh Kumar
02/14/2023, 10:51 AMTheodor Sjöstedt
02/14/2023, 10:53 AMredsquare
02/14/2023, 10:55 AMTheodor Sjöstedt
02/14/2023, 12:07 PM