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
Just wondering if anyone has encountered a similar issue. I'm running 3 SFTPGo instances with a Postgres data provider, and I've set up a simple rule to rename files, along the lines of Filesystem action copy: /{{VirtualPath}} => /{{VirtualPath}}{{Timestamp}}.
I've noticed that the action doesn't take effect right away. It takes a solid few minutes before it consistently works. If I update it, e.g. to /{{VirtualPath}}{{Timestamp}}-2 sometimes the action works as expected and sometimes it uses the old behaviour, then after a few minutes it begins working consistently.
To me, it feels like the 3 instances are out of sync with their actions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Just wondering if anyone has encountered a similar issue. I'm running 3 SFTPGo instances with a Postgres data provider, and I've set up a simple rule to rename files, along the lines of Filesystem action
copy
:/{{VirtualPath}}
=>/{{VirtualPath}}{{Timestamp}}
.I've noticed that the action doesn't take effect right away. It takes a solid few minutes before it consistently works. If I update it, e.g. to
/{{VirtualPath}}{{Timestamp}}-2
sometimes the action works as expected and sometimes it uses the old behaviour, then after a few minutes it begins working consistently.To me, it feels like the 3 instances are out of sync with their actions.
Has anyone encountered this?
Beta Was this translation helpful? Give feedback.
All reactions