Dmitrii F
01/05/2024, 12:49 PMserve
method
Any time when I run this method on available flows, it resets the schedule time(even if the flow wasn’t changed itself) any advice?
code looks like
deployments = []
for flw, interval in WORKLOADS[LOCATION].items():
deployments.append(flw.to_deployment(name=LOCATION, interval=interval))
serve(*deployments)