gpt4 book ai didi

ruby-on-rails - Rails 清除 heroku 上的缓存

转载 作者:行者123 更新时间:2023-12-04 03:34:47 25 4
gpt4 key购买 nike

如何清除 Heroku 上的缓存?

我试过 heroku run rails c + Rails.cache.clear 并收到以下错误

Errno::ENOENT: No such file or directory @ dir_initialize - /app/tmp/cache/

我还尝试了 heroku run rake tmp:clear(来自 this 帖子)。任务运行,但当我返回控制台并运行 Rails.cache 时,没有任何改变。

如何清除缓存?

最佳答案

你试过吗? (这至少适用于 Celadon CedarHeroku Toolbelt 包)

heroku run --app YOUR_APP_NAME rails runner Rails.cache.clear

更新

如果上述方法不起作用,请尝试运行:

heroku run rake tmp:create
heroku run rake tmp:clear

关于ruby-on-rails - Rails 清除 heroku 上的缓存,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32251719/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com