My app takes about 40 seconds to init (on Colab) due to processing it does (no Db or Disk usage, plain in memory init) Is there a way to do it once (once a day or something like that) so when a new session starts it uses the ready app with redoing the whole process?