Is triggering a Docker container from n8n’s Execute Command node a recommended approach?

Yeah, thanks. From what I’ve seen, that seems like the most efficient approach. I was considering the architecture I described above, but since my workflow only runs once a week, I figured that keeping a Python container running all the time with an API inside might be overkill. What am I missing?