Hello people, I`ve followed the instruction for ru...
# show-and-tell
v
Hello people, I`ve followed the instruction for running the UI the simplest way possible and registering a scheduled flow. It has scheduled but it never actually run anything. I have two late flow execetution right now, any ideas on that?
this is the entire code
n
Hi @Vitor Avancini ! It looks like the last piece you’re missing is the Prefect Agent, which is responsible for executing the code.
One moment and I’ll pull up some docs for getting that set up
v
ah allright
i can look it up
l
v
thank you guys!
👍 1
😄 1
n
Ah thanks @Laura Lorenz (she/her)! 🙂
v
worked perfectly, thank you @Laura Lorenz (she/her) and @nicholas
🎉 3
Just wanna say that having the capability of running the flow with python myflow.py without anything else running is so simple and good.
makes me wanna drop everything Ive built with airflow
One last question, is there any discussion about backfill? If so can you point me to that please?
l
Great! Glad it’s useful to you 🙂 Regarding backfill, we don’t have super specific examples on it but there is a FAQ entry with some tips in it at https://docs.prefect.io/core/faq.html#does-prefect-support-backfills
v
Thank you!