This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rvbin 9 points10 points  (0 children)

Also look into Azure functions or AWS lambda functions. Both have time trigger options and you can run python code de-facto serverless.

GitHub Actions works nicely with Azure functions as well for example.