You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now exports just get written to somewhere in /public.
in order to scale stuff further it would be better to upload exports to a centralised object storage. This also lets us auto-expire exports after a certain period.
Motivation
it’s something that came to my mind while refactoring the exporter stuff which was built for a single-node deployment. With more than one host this is just not enough anymore.
The text was updated successfully, but these errors were encountered:
We should be able to use fog-aws for this, which is already installed. And if fog is configured in the justask.yml we can even use all the credentials to initialize it.
Pitch
right now exports just get written to somewhere in
/public
.in order to scale stuff further it would be better to upload exports to a centralised object storage. This also lets us auto-expire exports after a certain period.
Motivation
it’s something that came to my mind while refactoring the exporter stuff which was built for a single-node deployment. With more than one host this is just not enough anymore.
The text was updated successfully, but these errors were encountered: