hey guys i am currently exploring different solutions to implement a machine learning model in pytho
hey guys i am currently exploring different solutions to implement a machine learning model in python into my cloudflare stack. my first idea was to have a cronjob in my worker sending an http request to the python app but if i could get rid of an http endpoint i would do it, any suggestions? could queues be a good idea?



