Replies: 2 comments 1 reply
-
Have you already tried something like this? Kino.listen(5000, fn _ ->
ReportBuilder.build_report(opts)
end) |
Beta Was this translation helpful? Give feedback.
1 reply
-
We want to allow both features, although I am certain that scheduled running will most likely be part of Livebook Teams, because you need persistent storage if you want reports to uniquely run across days without duplicates and so forth. APIs would be a regular Livebook addition, probably for multi-session apps. We just need to figure out a way to populate inputs from the API request. Maybe we have some |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I guess this might be out of scope for livebook, so I'm starting this as a discussion instead of an issue.
I've got the idea to build a report builder based on this great video (https://www.youtube.com/watch?v=dSjryA1iFng). But now that I have it, I would love it if I could have it run automatically every X amount of time.
There are 2 things that would be awesome:
I find it a bit strange that there are no other discussions on this topic (as far as I found) yet, because this seems like a super useful thing to have.
I know how to build and deploy all of this without livebook, but building the app with livebook and deploying it was less than 1 hour of work and less than 50 lines of code. Building and deploying this without livebook would have taken a lot more time.
Beta Was this translation helpful? Give feedback.
All reactions