Persistent File Storage on Shared Filesystem
I created a Gadget action to update
geoip-lite
's database. The issue is that geoip-lite
requires local filesystem access to its .dat
files, but /tmp
is ephemeral, meaning updated data is lost when an instance finishes.
Does Gadget offer something like a shared, mounted filesystem service (like AWS EFS, not just object storage like S3) that my action processes can directly read from using fs
operations? This would allow me to persist the GeoIP data across all instances.2 Replies
Hello,
We don't currently offer any thing of the sort but that is something that we could do in the future.
Mind making a #feature-requests post about it? It would be helpful if you thuroughly share the use case
I understand. Thank you, Antoine.