We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assets refresh is currently configured with a duration.
Due to auto scaling, it's possible for several instances' assets to be out of sync.
To address that a possibility would be to use cron expressions (e.g. 0 7 * * *) to configure assets refresh.
0 7 * * *
fs2-cron could be used for that.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Assets refresh is currently configured with a duration.
Due to auto scaling, it's possible for several instances' assets to be out of sync.
To address that a possibility would be to use cron expressions (e.g.
0 7 * * *
) to configure assets refresh.fs2-cron could be used for that.
The text was updated successfully, but these errors were encountered: