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
We're in the process of dockerizing shotgunEventDaemon to be used in our kubernetes Cluster.
Because of the nature of a container environment the state of the shotgunEvent.id will be gone if a container is rescheduled. This can of course be compensated with a mount of a static resource inside the container.
[Feature Request]
Better would be to use a distributed key/value store to save state to like etcd or i.e consul.
Is there something like this on the roadmap? Thanks for your time.
The text was updated successfully, but these errors were encountered:
We're in the process of dockerizing shotgunEventDaemon to be used in our kubernetes Cluster.
Because of the nature of a container environment the state of the shotgunEvent.id will be gone if a container is rescheduled. This can of course be compensated with a mount of a static resource inside the container.
[Feature Request]
Better would be to use a distributed key/value store to save state to like etcd or i.e consul.
Is there something like this on the roadmap? Thanks for your time.
The text was updated successfully, but these errors were encountered: