Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
BeakerCleanup は .ini または .cfg ファイル形式を必要とするため、Zope では動作しないようです。BeakerSession パラメータは zope.conf ファイルに含まれており、これは .conf ファイルでは使用できません$ <environment>/bin/paster call beaker.scripts.cleanup:cleanup path/to/config.cfg 4h。
$ <environment>/bin/paster call beaker.scripts.cleanup:cleanup path/to/config.cfg 4h
Zope で動作させることができた人はいますか?