#Can I turn off Engine GC and manually manage cleanup?

1 messages · Page 1 of 1 (latest)

hard ingot
#

I (ofc) have a weird use-case pattern. (need to keep unpublished layers around, stopgap for proper persistence support)

  1. If I turn of GC and do nothing, I should be ok in terms of not losing stuff, might just fill my disk?
  2. Will the Go SDK EngineCache/Entry allow me to manually clean up in a targeted way?
versed jungle
#

cc @true beacon

hard ingot
#

If persistence is going to be a thing, we will also need a way to clean up based on our business logic, which is also what I need here

versed jungle
heavy scaffold